Shades of Dark Goldenrod #BB7007
Tints of Dark Goldenrod #BB7007
RGB
CMYK
RGB Variations
Color information
#BB7007 (or 0xBB7007) is known color: Dark Goldenrod. HEX triplet: BB, 70 and 07. RGB value is (187,112,7). Sum of RGB (Red+Green+Blue) = 187+112+7=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7007 is #448FF8. Grayscale: #7A7A7A. Windows color (decimal): -4493305 or 487611. OLE color: 487611.
HSL color Cylindrical-coordinate representation of color #BB7007: hue angle of 35º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB7007 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 7 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.27 |
| HSL | 35º | 0.93% | 0.38% | - |
| HSV(B) | 35º | 0.96% | 0.73% | - |
| XYZ | 26.33 | 22.17 | 3.09 | - |
| YUV | 122.46 | 62.85 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 7 | 0 | 0.40 | 0.96 | 0.27 | 35 | 0.93 | 0.38 |
| Hex | BB | 70 | 7 | 0 | 28 | 60 | 1B | 23 | 5D | 26 |
| Octal | 273 | 160 | 7 | 0 | 50 | 140 | 33 | 43 | 135 | 46 |
| Binary | 10111011 | 1110000 | 111 | 0 | 101000 | 1100000 | 11011 | 100011 | 1011101 | 100110 |
Color Harmonies of #BB7007
Complementary color
Monochromatic Colors of #BB7007
Black with #BB7007
Text Example
Text Example
White with #BB7007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7007; }
p { color: rgb(187,112,7); }
H1.HeaderClassName
{
color: #BB7007;
}
.AnyTagClassName
{
color: #BB7007;
}
</style>
background-color css
<style>
a { background-color: #BB7007; }
a { background-color: rgb(187,112,7); }
div.DivClassName
{
background-color: #BB7007;
}
.BgClassName
{
background-color: #BB7007;
}
</style>
border-color css
<style>
span { border-color: #BB7007; }
span { border-color: rgb(187,112,7); }
td.TdClassName
{
border-color: #BB7007;
}
.TagClassName
{
border-color: #BB7007;
}
</style>