#bf8616

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

Shades of Dark Goldenrod #BF8616

Tints of Dark Goldenrod #BF8616

Color information

#BF8616 (or 0xBF8616) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 86 and 16. RGB value is (191,134,22). Sum of RGB (Red+Green+Blue) = 191+134+22=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8616 is #4079E9. Grayscale: #8A8A8A. Windows color (decimal): -4225514 or 1476287. OLE color: 1476287.

HSL color Cylindrical-coordinate representation of color #BF8616: hue angle of 39.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF8616 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19113422-
CMYK00.300.880.25
HSL39.76º79.34%41.76%-
HSV(B)39.76º88.48%74.9%-
XYZ30.1628.184.61-
YUV138.2862.38165.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 22 (8.98% from 255) = 6.34%
R=55.04%
G=38.62%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911342200.300.880.2539.7679.3441.76
HexBF861601E5819284f2a
Octal27720626036130315011752
Binary1011111110000110101100111101011000110011010001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8616; }

 p { color: rgb(191,134,22); }

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

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

 a { background-color: rgb(191,134,22); }

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

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

 span { border-color: rgb(191,134,22); }

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