#BB9200

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

Shades of Dark Goldenrod #BB9200

Tints of Dark Goldenrod #BB9200

Color information

#BB9200 (or 0xBB9200) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 92 and 00. RGB value is (187,146,0). Sum of RGB (Red+Green+Blue) = 187+146+0=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9200 is #446DFF. Grayscale: #8E8E8E. Windows color (decimal): -4484608 or 37563. OLE color: 37563.

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

Color convert

RGB1871460-
CMYK00.2210.27
HSL46.84º100%36.67%-
HSV(B)46.84º100%73.33%-
XYZ30.7731.124.39-
YUV141.6248.08160.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.16%
G=43.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187146000.2210.2746.8410036.67
HexBB920016641B2f6425
Octal2732220026144335714445
Binary101110111001001000101101100100110111011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9200; }

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

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

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

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

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

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

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

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