#BB8D16

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

Shades of Dark Goldenrod #BB8D16

Tints of Dark Goldenrod #BB8D16

Color information

#BB8D16 (or 0xBB8D16) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 8D and 16. RGB value is (187,141,22). Sum of RGB (Red+Green+Blue) = 187+141+22=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8D16 is #4472E9. Grayscale: #8D8D8D. Windows color (decimal): -4485866 or 1478075. OLE color: 1478075.

HSL color Cylindrical-coordinate representation of color #BB8D16: hue angle of 43.27º 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 #BB8D16 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB18714122-
CMYK00.250.880.27
HSL43.27º78.95%40.98%-
HSV(B)43.27º88.24%73.33%-
XYZ30.1629.674.9-
YUV141.1960.74160.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 141 (55.47% from 255) = 40.29%
BLUE value IS 22 (8.98% from 255) = 6.29%
R=53.43%
G=40.29%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871412200.250.880.2743.2778.9540.98
HexBB8D16019581B2b4f29
Octal27321526031130335311751
Binary1011101110001101101100110011011000110111010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8D16; }

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

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

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

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

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

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

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

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