#BF820F

Color #BF820F Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BF820F

Tints of Dark Goldenrod #BF820F

Color information

#BF820F (or 0xBF820F) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 82 and 0F. RGB value is (191,130,15). Sum of RGB (Red+Green+Blue) = 191+130+15=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF820F is #407DF0. Grayscale: #878787. Windows color (decimal): -4226545 or 1016511. OLE color: 1016511.

HSL color Cylindrical-coordinate representation of color #BF820F: hue angle of 39.2º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF820F is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB19113015-
CMYK00.320.920.25
HSL39.2º85.44%40.39%-
HSV(B)39.2º92.15%74.9%-
XYZ29.5527.084.12-
YUV135.1360.21167.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 56.85%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 15 (6.25% from 255) = 4.46%
R=56.85%
G=38.69%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911301500.320.920.2539.285.4440.39
HexBF82F0205C19275528
Octal27720217040134314712550
Binary1011111110000010111101000001011100110011001111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF820F; }

 p { color: rgb(191,130,15); }

 H1.HeaderClassName
 {
   color: #BF820F;
 }
 .AnyTagClassName
 {
   color: #BF820F;
 }
</style>
background-color css

<style>
 a { background-color: #BF820F; }

 a { background-color: rgb(191,130,15); }

 div.DivClassName
 {
   background-color: #BF820F;
 }
 .BgClassName
 {
   background-color: #BF820F;
 }
</style>
border-color css

<style>
 span { border-color: #BF820F; }

 span { border-color: rgb(191,130,15); }

 td.TdClassName
 {
   border-color: #BF820F;
 }
 .TagClassName
 {
   border-color: #BF820F;
 }
</style>