Shades of Dark Goldenrod #BB8400
Tints of Dark Goldenrod #BB8400
RGB
CMYK
RGB Variations
Color information
#BB8400 (or 0xBB8400) is known color: Dark Goldenrod. HEX triplet: BB, 84 and 00. RGB value is (187,132,0). Sum of RGB (Red+Green+Blue) = 187+132+0=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8400 is #447BFF. Grayscale: #858585. Windows color (decimal): -4488192 or 33979. OLE color: 33979.
HSL color Cylindrical-coordinate representation of color #BB8400: hue angle of 42.35º 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 #BB8400 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.27 |
| HSL | 42.35º | 1% | 0.37% | - |
| HSV(B) | 42.35º | 1% | 0.73% | - |
| XYZ | 28.74 | 27.07 | 3.71 | - |
| YUV | 133.4 | 52.72 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 0 | 0 | 0.29 | 1 | 0.27 | 42.35 | 1 | 0.37 |
| Hex | BB | 84 | 0 | 0 | 1D | 64 | 1B | 2A | 64 | 25 |
| Octal | 273 | 204 | 0 | 0 | 35 | 144 | 33 | 52 | 144 | 45 |
| Binary | 10111011 | 10000100 | 0 | 0 | 11101 | 1100100 | 11011 | 101010 | 1100100 | 100101 |
Color Harmonies of #BB8400
Complementary color
Monochromatic Colors of #BB8400
Black with #BB8400
Text Example
Text Example
White with #BB8400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8400; }
p { color: rgb(187,132,0); }
H1.HeaderClassName
{
color: #BB8400;
}
.AnyTagClassName
{
color: #BB8400;
}
</style>
background-color css
<style>
a { background-color: #BB8400; }
a { background-color: rgb(187,132,0); }
div.DivClassName
{
background-color: #BB8400;
}
.BgClassName
{
background-color: #BB8400;
}
</style>
border-color css
<style>
span { border-color: #BB8400; }
span { border-color: rgb(187,132,0); }
td.TdClassName
{
border-color: #BB8400;
}
.TagClassName
{
border-color: #BB8400;
}
</style>