#BB8900

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

Shades of Dark Goldenrod #BB8900

Tints of Dark Goldenrod #BB8900

Color information

#BB8900 (or 0xBB8900) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 89 and 00. RGB value is (187,137,0). Sum of RGB (Red+Green+Blue) = 187+137+0=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8900 is #4476FF. Grayscale: #888888. Windows color (decimal): -4486912 or 35259. OLE color: 35259.

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

Color convert

RGB1871370-
CMYK00.2710.27
HSL43.96º100%36.67%-
HSV(B)43.96º100%73.33%-
XYZ29.4428.463.94-
YUV136.3351.07164.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.72%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.72%
G=42.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187137000.2710.2743.9610036.67
HexBB89001B641B2c6425
Octal2732110033144335414445
Binary101110111000100100110111100100110111011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8900; }

 p { color: rgb(187,137,0); }

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

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

 a { background-color: rgb(187,137,0); }

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

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

 span { border-color: rgb(187,137,0); }

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