Shades of Dark Goldenrod #B07212
Tints of Dark Goldenrod #B07212
RGB
CMYK
RGB Variations
Color information
#B07212 (or 0xB07212) is known color: Dark Goldenrod. HEX triplet: B0, 72 and 12. RGB value is (176,114,18). Sum of RGB (Red+Green+Blue) = 176+114+18=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B07212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07212 is #4F8DED. Grayscale: #7A7A7A. Windows color (decimal): -5213678 or 1209008. OLE color: 1209008.
HSL color Cylindrical-coordinate representation of color #B07212: hue angle of 36.46º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B07212 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 18 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.31 |
| HSL | 36.46º | 0.81% | 0.38% | - |
| HSV(B) | 36.46º | 0.9% | 0.69% | - |
| XYZ | 24.03 | 21.31 | 3.42 | - |
| YUV | 121.59 | 69.54 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 18 | 0 | 0.35 | 0.90 | 0.31 | 36.46 | 0.81 | 0.38 |
| Hex | B0 | 72 | 12 | 0 | 23 | 5A | 1F | 24 | 51 | 26 |
| Octal | 260 | 162 | 22 | 0 | 43 | 132 | 37 | 44 | 121 | 46 |
| Binary | 10110000 | 1110010 | 10010 | 0 | 100011 | 1011010 | 11111 | 100100 | 1010001 | 100110 |
Color Harmonies of #B07212
Complementary color
Monochromatic Colors of #B07212
Black with #B07212
Text Example
Text Example
White with #B07212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07212; }
p { color: rgb(176,114,18); }
H1.HeaderClassName
{
color: #B07212;
}
.AnyTagClassName
{
color: #B07212;
}
</style>
background-color css
<style>
a { background-color: #B07212; }
a { background-color: rgb(176,114,18); }
div.DivClassName
{
background-color: #B07212;
}
.BgClassName
{
background-color: #B07212;
}
</style>
border-color css
<style>
span { border-color: #B07212; }
span { border-color: rgb(176,114,18); }
td.TdClassName
{
border-color: #B07212;
}
.TagClassName
{
border-color: #B07212;
}
</style>