Shades of Dark Goldenrod #BB8506
Tints of Dark Goldenrod #BB8506
RGB
CMYK
RGB Variations
Color information
#BB8506 (or 0xBB8506) is known color: Dark Goldenrod. HEX triplet: BB, 85 and 06. RGB value is (187,133,6). Sum of RGB (Red+Green+Blue) = 187+133+6=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8506 is #447AF9. Grayscale: #878787. Windows color (decimal): -4487930 or 427451. OLE color: 427451.
HSL color Cylindrical-coordinate representation of color #BB8506: hue angle of 42.1º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB8506 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 6 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.27 |
| HSL | 42.1º | 0.94% | 0.38% | - |
| HSV(B) | 42.1º | 0.97% | 0.73% | - |
| XYZ | 28.91 | 27.35 | 3.93 | - |
| YUV | 134.67 | 55.39 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 6 | 0 | 0.29 | 0.97 | 0.27 | 42.1 | 0.94 | 0.38 |
| Hex | BB | 85 | 6 | 0 | 1D | 61 | 1B | 2A | 5E | 26 |
| Octal | 273 | 205 | 6 | 0 | 35 | 141 | 33 | 52 | 136 | 46 |
| Binary | 10111011 | 10000101 | 110 | 0 | 11101 | 1100001 | 11011 | 101010 | 1011110 | 100110 |
Color Harmonies of #BB8506
Complementary color
Monochromatic Colors of #BB8506
Black with #BB8506
Text Example
Text Example
White with #BB8506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8506; }
p { color: rgb(187,133,6); }
H1.HeaderClassName
{
color: #BB8506;
}
.AnyTagClassName
{
color: #BB8506;
}
</style>
background-color css
<style>
a { background-color: #BB8506; }
a { background-color: rgb(187,133,6); }
div.DivClassName
{
background-color: #BB8506;
}
.BgClassName
{
background-color: #BB8506;
}
</style>
border-color css
<style>
span { border-color: #BB8506; }
span { border-color: rgb(187,133,6); }
td.TdClassName
{
border-color: #BB8506;
}
.TagClassName
{
border-color: #BB8506;
}
</style>