Shades of Dark Goldenrod #BB8409
Tints of Dark Goldenrod #BB8409
RGB
CMYK
RGB Variations
Color information
#BB8409 (or 0xBB8409) is known color: Dark Goldenrod. HEX triplet: BB, 84 and 09. RGB value is (187,132,9). Sum of RGB (Red+Green+Blue) = 187+132+9=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8409 is #447BF6. Grayscale: #868686. Windows color (decimal): -4488183 or 623803. OLE color: 623803.
HSL color Cylindrical-coordinate representation of color #BB8409: hue angle of 41.46º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB8409 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 9 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.27 |
| HSL | 41.46º | 0.91% | 0.38% | - |
| HSV(B) | 41.46º | 0.95% | 0.73% | - |
| XYZ | 28.79 | 27.09 | 3.97 | - |
| YUV | 134.42 | 57.22 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 9 | 0 | 0.29 | 0.95 | 0.27 | 41.46 | 0.91 | 0.38 |
| Hex | BB | 84 | 9 | 0 | 1D | 5F | 1B | 29 | 5B | 26 |
| Octal | 273 | 204 | 11 | 0 | 35 | 137 | 33 | 51 | 133 | 46 |
| Binary | 10111011 | 10000100 | 1001 | 0 | 11101 | 1011111 | 11011 | 101001 | 1011011 | 100110 |
Color Harmonies of #BB8409
Complementary color
Monochromatic Colors of #BB8409
Black with #BB8409
Text Example
Text Example
White with #BB8409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8409; }
p { color: rgb(187,132,9); }
H1.HeaderClassName
{
color: #BB8409;
}
.AnyTagClassName
{
color: #BB8409;
}
</style>
background-color css
<style>
a { background-color: #BB8409; }
a { background-color: rgb(187,132,9); }
div.DivClassName
{
background-color: #BB8409;
}
.BgClassName
{
background-color: #BB8409;
}
</style>
border-color css
<style>
span { border-color: #BB8409; }
span { border-color: rgb(187,132,9); }
td.TdClassName
{
border-color: #BB8409;
}
.TagClassName
{
border-color: #BB8409;
}
</style>