#BB8612

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

Shades of Dark Goldenrod #BB8612

Tints of Dark Goldenrod #BB8612

Color information

#BB8612 (or 0xBB8612) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 86 and 12. RGB value is (187,134,18). Sum of RGB (Red+Green+Blue) = 187+134+18=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8612 is #4479ED. Grayscale: #898989. Windows color (decimal): -4487662 or 1214139. OLE color: 1214139.

HSL color Cylindrical-coordinate representation of color #BB8612: hue angle of 41.18º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB8612 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18713418-
CMYK00.280.900.27
HSL41.18º82.44%40.2%-
HSV(B)41.18º90.37%73.33%-
XYZ29.1327.664.38-
YUV136.6261.06163.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.16%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 18 (7.42% from 255) = 5.31%
R=55.16%
G=39.53%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871341800.280.900.2741.1882.4440.2
HexBB861201C5A1B295228
Octal27320622034132335112250
Binary1011101110000110100100111001011010110111010011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8612; }

 p { color: rgb(187,134,18); }

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

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

 a { background-color: rgb(187,134,18); }

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

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

 span { border-color: rgb(187,134,18); }

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