Shades of Dark Goldenrod #BB7F07
Tints of Dark Goldenrod #BB7F07
RGB
CMYK
RGB Variations
Color information
#BB7F07 (or 0xBB7F07) is known color: Dark Goldenrod. HEX triplet: BB, 7F and 07. RGB value is (187,127,7). Sum of RGB (Red+Green+Blue) = 187+127+7=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7F07 is #4480F8. Grayscale: #838383. Windows color (decimal): -4489465 or 491451. OLE color: 491451.
HSL color Cylindrical-coordinate representation of color #BB7F07: hue angle of 40º 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 #BB7F07 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 127 | 7 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.27 |
| HSL | 40º | 0.93% | 0.38% | - |
| HSV(B) | 40º | 0.96% | 0.73% | - |
| XYZ | 28.12 | 25.76 | 3.69 | - |
| YUV | 131.26 | 57.88 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 7 | 0 | 0.32 | 0.96 | 0.27 | 40 | 0.93 | 0.38 |
| Hex | BB | 7F | 7 | 0 | 20 | 60 | 1B | 28 | 5D | 26 |
| Octal | 273 | 177 | 7 | 0 | 40 | 140 | 33 | 50 | 135 | 46 |
| Binary | 10111011 | 1111111 | 111 | 0 | 100000 | 1100000 | 11011 | 101000 | 1011101 | 100110 |
Color Harmonies of #BB7F07
Complementary color
Monochromatic Colors of #BB7F07
Black with #BB7F07
Text Example
Text Example
White with #BB7F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7F07; }
p { color: rgb(187,127,7); }
H1.HeaderClassName
{
color: #BB7F07;
}
.AnyTagClassName
{
color: #BB7F07;
}
</style>
background-color css
<style>
a { background-color: #BB7F07; }
a { background-color: rgb(187,127,7); }
div.DivClassName
{
background-color: #BB7F07;
}
.BgClassName
{
background-color: #BB7F07;
}
</style>
border-color css
<style>
span { border-color: #BB7F07; }
span { border-color: rgb(187,127,7); }
td.TdClassName
{
border-color: #BB7F07;
}
.TagClassName
{
border-color: #BB7F07;
}
</style>