Shades of Dark Goldenrod #BB7C07
Tints of Dark Goldenrod #BB7C07
RGB
CMYK
RGB Variations
Color information
#BB7C07 (or 0xBB7C07) is known color: Dark Goldenrod. HEX triplet: BB, 7C and 07. RGB value is (187,124,7). Sum of RGB (Red+Green+Blue) = 187+124+7=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7C07 is #4483F8. Grayscale: #828282. Windows color (decimal): -4490233 or 490683. OLE color: 490683.
HSL color Cylindrical-coordinate representation of color #BB7C07: hue angle of 39º 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 #BB7C07 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 7 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.27 |
| HSL | 39º | 0.93% | 0.38% | - |
| HSV(B) | 39º | 0.96% | 0.73% | - |
| XYZ | 27.74 | 25 | 3.56 | - |
| YUV | 129.5 | 58.87 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 7 | 0 | 0.34 | 0.96 | 0.27 | 39 | 0.93 | 0.38 |
| Hex | BB | 7C | 7 | 0 | 22 | 60 | 1B | 27 | 5D | 26 |
| Octal | 273 | 174 | 7 | 0 | 42 | 140 | 33 | 47 | 135 | 46 |
| Binary | 10111011 | 1111100 | 111 | 0 | 100010 | 1100000 | 11011 | 100111 | 1011101 | 100110 |
Color Harmonies of #BB7C07
Complementary color
Monochromatic Colors of #BB7C07
Black with #BB7C07
Text Example
Text Example
White with #BB7C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7C07; }
p { color: rgb(187,124,7); }
H1.HeaderClassName
{
color: #BB7C07;
}
.AnyTagClassName
{
color: #BB7C07;
}
</style>
background-color css
<style>
a { background-color: #BB7C07; }
a { background-color: rgb(187,124,7); }
div.DivClassName
{
background-color: #BB7C07;
}
.BgClassName
{
background-color: #BB7C07;
}
</style>
border-color css
<style>
span { border-color: #BB7C07; }
span { border-color: rgb(187,124,7); }
td.TdClassName
{
border-color: #BB7C07;
}
.TagClassName
{
border-color: #BB7C07;
}
</style>