Shades of Dark Goldenrod #BB7312
Tints of Dark Goldenrod #BB7312
RGB
CMYK
RGB Variations
Color information
#BB7312 (or 0xBB7312) is known color: Dark Goldenrod. HEX triplet: BB, 73 and 12. RGB value is (187,115,18). Sum of RGB (Red+Green+Blue) = 187+115+18=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7312 is #448CED. Grayscale: #7D7D7D. Windows color (decimal): -4492526 or 1209275. OLE color: 1209275.
HSL color Cylindrical-coordinate representation of color #BB7312: hue angle of 34.44º 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 #BB7312 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 18 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.27 |
| HSL | 34.44º | 0.82% | 0.4% | - |
| HSV(B) | 34.44º | 0.9% | 0.73% | - |
| XYZ | 26.73 | 22.87 | 3.58 | - |
| YUV | 125.47 | 67.35 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 18 | 0 | 0.39 | 0.90 | 0.27 | 34.44 | 0.82 | 0.4 |
| Hex | BB | 73 | 12 | 0 | 27 | 5A | 1B | 22 | 52 | 28 |
| Octal | 273 | 163 | 22 | 0 | 47 | 132 | 33 | 42 | 122 | 50 |
| Binary | 10111011 | 1110011 | 10010 | 0 | 100111 | 1011010 | 11011 | 100010 | 1010010 | 101000 |
Color Harmonies of #BB7312
Complementary color
Monochromatic Colors of #BB7312
Black with #BB7312
Text Example
Text Example
White with #BB7312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7312; }
p { color: rgb(187,115,18); }
H1.HeaderClassName
{
color: #BB7312;
}
.AnyTagClassName
{
color: #BB7312;
}
</style>
background-color css
<style>
a { background-color: #BB7312; }
a { background-color: rgb(187,115,18); }
div.DivClassName
{
background-color: #BB7312;
}
.BgClassName
{
background-color: #BB7312;
}
</style>
border-color css
<style>
span { border-color: #BB7312; }
span { border-color: rgb(187,115,18); }
td.TdClassName
{
border-color: #BB7312;
}
.TagClassName
{
border-color: #BB7312;
}
</style>