#BB9000

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

Shades of Dark Goldenrod #BB9000

Tints of Dark Goldenrod #BB9000

Color information

#BB9000 (or 0xBB9000) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 90 and 00. RGB value is (187,144,0). Sum of RGB (Red+Green+Blue) = 187+144+0=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9000 is #446FFF. Grayscale: #8D8D8D. Windows color (decimal): -4485120 or 37051. OLE color: 37051.

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

Color convert

RGB1871440-
CMYK00.2310.27
HSL46.2º100%36.67%-
HSV(B)46.2º100%73.33%-
XYZ30.4730.514.28-
YUV140.4448.75161.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.50%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.50%
G=43.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187144000.2310.2746.210036.67
HexBB900017641B2e6425
Octal2732200027144335614445
Binary101110111001000000101111100100110111011101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9000; }

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

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

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

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

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

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

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

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