#BB8B16

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

Shades of Dark Goldenrod #BB8B16

Tints of Dark Goldenrod #BB8B16

Color information

#BB8B16 (or 0xBB8B16) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 8B and 16. RGB value is (187,139,22). Sum of RGB (Red+Green+Blue) = 187+139+22=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8B16 is #4474E9. Grayscale: #8C8C8C. Windows color (decimal): -4486378 or 1477563. OLE color: 1477563.

HSL color Cylindrical-coordinate representation of color #BB8B16: hue angle of 42.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB8B16 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB18713922-
CMYK00.260.880.27
HSL42.55º78.95%40.98%-
HSV(B)42.55º88.24%73.33%-
XYZ29.8729.094.8-
YUV140.0161.4161.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.74%
GREEN value IS 139 (54.69% from 255) = 39.94%
BLUE value IS 22 (8.98% from 255) = 6.32%
R=53.74%
G=39.94%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871392200.260.880.2742.5578.9540.98
HexBB8B1601A581B2b4f29
Octal27321326032130335311751
Binary1011101110001011101100110101011000110111010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B16; }

 p { color: rgb(187,139,22); }

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

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

 a { background-color: rgb(187,139,22); }

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

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

 span { border-color: rgb(187,139,22); }

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