Shades of Dark Goldenrod #BB7512
Tints of Dark Goldenrod #BB7512
RGB
CMYK
RGB Variations
Color information
#BB7512 (or 0xBB7512) is known color: Dark Goldenrod. HEX triplet: BB, 75 and 12. RGB value is (187,117,18). Sum of RGB (Red+Green+Blue) = 187+117+18=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7512 is #448AED. Grayscale: #7F7F7F. Windows color (decimal): -4492014 or 1209787. OLE color: 1209787.
HSL color Cylindrical-coordinate representation of color #BB7512: hue angle of 35.15º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB7512 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 18 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.27 |
| HSL | 35.15º | 0.82% | 0.4% | - |
| HSV(B) | 35.15º | 0.9% | 0.73% | - |
| XYZ | 26.96 | 23.33 | 3.65 | - |
| YUV | 126.64 | 66.69 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 18 | 0 | 0.37 | 0.90 | 0.27 | 35.15 | 0.82 | 0.4 |
| Hex | BB | 75 | 12 | 0 | 25 | 5A | 1B | 23 | 52 | 28 |
| Octal | 273 | 165 | 22 | 0 | 45 | 132 | 33 | 43 | 122 | 50 |
| Binary | 10111011 | 1110101 | 10010 | 0 | 100101 | 1011010 | 11011 | 100011 | 1010010 | 101000 |
Color Harmonies of #BB7512
Complementary color
Monochromatic Colors of #BB7512
Black with #BB7512
Text Example
Text Example
White with #BB7512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7512; }
p { color: rgb(187,117,18); }
H1.HeaderClassName
{
color: #BB7512;
}
.AnyTagClassName
{
color: #BB7512;
}
</style>
background-color css
<style>
a { background-color: #BB7512; }
a { background-color: rgb(187,117,18); }
div.DivClassName
{
background-color: #BB7512;
}
.BgClassName
{
background-color: #BB7512;
}
</style>
border-color css
<style>
span { border-color: #BB7512; }
span { border-color: rgb(187,117,18); }
td.TdClassName
{
border-color: #BB7512;
}
.TagClassName
{
border-color: #BB7512;
}
</style>