Shades of Dark Goldenrod #BB8200
Tints of Dark Goldenrod #BB8200
RGB
CMYK
RGB Variations
Color information
#BB8200 (or 0xBB8200) is known color: Dark Goldenrod. HEX triplet: BB, 82 and 00. RGB value is (187,130,0). Sum of RGB (Red+Green+Blue) = 187+130+0=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8200 is #447DFF. Grayscale: #848484. Windows color (decimal): -4488704 or 33467. OLE color: 33467.
HSL color Cylindrical-coordinate representation of color #BB8200: hue angle of 41.71º 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 #BB8200 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.27 |
| HSL | 41.71º | 1% | 0.37% | - |
| HSV(B) | 41.71º | 1% | 0.73% | - |
| XYZ | 28.48 | 26.53 | 3.62 | - |
| YUV | 132.22 | 53.38 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 0 | 0 | 0.30 | 1 | 0.27 | 41.71 | 1 | 0.37 |
| Hex | BB | 82 | 0 | 0 | 1E | 64 | 1B | 2A | 64 | 25 |
| Octal | 273 | 202 | 0 | 0 | 36 | 144 | 33 | 52 | 144 | 45 |
| Binary | 10111011 | 10000010 | 0 | 0 | 11110 | 1100100 | 11011 | 101010 | 1100100 | 100101 |
Color Harmonies of #BB8200
Complementary color
Monochromatic Colors of #BB8200
Black with #BB8200
Text Example
Text Example
White with #BB8200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8200; }
p { color: rgb(187,130,0); }
H1.HeaderClassName
{
color: #BB8200;
}
.AnyTagClassName
{
color: #BB8200;
}
</style>
background-color css
<style>
a { background-color: #BB8200; }
a { background-color: rgb(187,130,0); }
div.DivClassName
{
background-color: #BB8200;
}
.BgClassName
{
background-color: #BB8200;
}
</style>
border-color css
<style>
span { border-color: #BB8200; }
span { border-color: rgb(187,130,0); }
td.TdClassName
{
border-color: #BB8200;
}
.TagClassName
{
border-color: #BB8200;
}
</style>