#BF8B11

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

Shades of Dark Goldenrod #BF8B11

Tints of Dark Goldenrod #BF8B11

Color information

#BF8B11 (or 0xBF8B11) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 8B and 11. RGB value is (191,139,17). Sum of RGB (Red+Green+Blue) = 191+139+17=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8B11 is #4074EE. Grayscale: #8D8D8D. Windows color (decimal): -4224239 or 1149887. OLE color: 1149887.

HSL color Cylindrical-coordinate representation of color #BF8B11: hue angle of 42.07º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF8B11 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB19113917-
CMYK00.270.910.25
HSL42.07º83.65%40.78%-
HSV(B)42.07º91.1%74.9%-
XYZ30.8229.584.62-
YUV140.6458.23163.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 139 (54.69% from 255) = 40.06%
BLUE value IS 17 (7.03% from 255) = 4.90%
R=55.04%
G=40.06%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911391700.270.910.2542.0783.6540.78
HexBF8B1101B5B192a5429
Octal27721321033133315212451
Binary1011111110001011100010110111011011110011010101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B11; }

 p { color: rgb(191,139,17); }

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

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

 a { background-color: rgb(191,139,17); }

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

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

 span { border-color: rgb(191,139,17); }

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