#BB8110

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

Shades of Dark Goldenrod #BB8110

Tints of Dark Goldenrod #BB8110

Color information

#BB8110 (or 0xBB8110) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 81 and 10. RGB value is (187,129,16). Sum of RGB (Red+Green+Blue) = 187+129+16=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8110 is #447EEF. Grayscale: #858585. Windows color (decimal): -4488944 or 1081787. OLE color: 1081787.

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

Color convert

RGB18712916-
CMYK00.310.910.27
HSL39.65º84.24%39.8%-
HSV(B)39.65º91.44%73.33%-
XYZ28.4426.34.07-
YUV133.4661.72166.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.33%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 16 (6.64% from 255) = 4.82%
R=56.33%
G=38.86%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871291600.310.910.2739.6584.2439.8
HexBB811001F5B1B285428
Octal27320120037133335012450
Binary1011101110000001100000111111011011110111010001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8110; }

 p { color: rgb(187,129,16); }

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

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

 a { background-color: rgb(187,129,16); }

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

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

 span { border-color: rgb(187,129,16); }

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