#BF850F

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

Shades of Dark Goldenrod #BF850F

Tints of Dark Goldenrod #BF850F

Color information

#BF850F (or 0xBF850F) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 85 and 0F. RGB value is (191,133,15). Sum of RGB (Red+Green+Blue) = 191+133+15=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF850F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF850F is #407AF0. Grayscale: #898989. Windows color (decimal): -4225777 or 1017279. OLE color: 1017279.

HSL color Cylindrical-coordinate representation of color #BF850F: hue angle of 40.23º 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 #BF850F is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB19113315-
CMYK00.300.920.25
HSL40.23º85.44%40.39%-
HSV(B)40.23º92.15%74.9%-
XYZ29.9627.894.26-
YUV136.8959.22166.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.34%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 15 (6.25% from 255) = 4.42%
R=56.34%
G=39.23%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911331500.300.920.2540.2385.4440.39
HexBF85F01E5C19285528
Octal27720517036134315012550
Binary101111111000010111110111101011100110011010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF850F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF850F; }

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

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

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

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

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

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

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

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