Shades of Dark Goldenrod #B07112
Tints of Dark Goldenrod #B07112
RGB
CMYK
RGB Variations
Color information
#B07112 (or 0xB07112) is known color: Dark Goldenrod. HEX triplet: B0, 71 and 12. RGB value is (176,113,18). Sum of RGB (Red+Green+Blue) = 176+113+18=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B07112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07112 is #4F8EED. Grayscale: #797979. Windows color (decimal): -5213934 or 1208752. OLE color: 1208752.
HSL color Cylindrical-coordinate representation of color #B07112: hue angle of 36.08º 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 #B07112 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 18 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.31 |
| HSL | 36.08º | 0.81% | 0.38% | - |
| HSV(B) | 36.08º | 0.9% | 0.69% | - |
| XYZ | 23.92 | 21.08 | 3.38 | - |
| YUV | 121.01 | 69.87 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 18 | 0 | 0.36 | 0.90 | 0.31 | 36.08 | 0.81 | 0.38 |
| Hex | B0 | 71 | 12 | 0 | 24 | 5A | 1F | 24 | 51 | 26 |
| Octal | 260 | 161 | 22 | 0 | 44 | 132 | 37 | 44 | 121 | 46 |
| Binary | 10110000 | 1110001 | 10010 | 0 | 100100 | 1011010 | 11111 | 100100 | 1010001 | 100110 |
Color Harmonies of #B07112
Complementary color
Monochromatic Colors of #B07112
Black with #B07112
Text Example
Text Example
White with #B07112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07112; }
p { color: rgb(176,113,18); }
H1.HeaderClassName
{
color: #B07112;
}
.AnyTagClassName
{
color: #B07112;
}
</style>
background-color css
<style>
a { background-color: #B07112; }
a { background-color: rgb(176,113,18); }
div.DivClassName
{
background-color: #B07112;
}
.BgClassName
{
background-color: #B07112;
}
</style>
border-color css
<style>
span { border-color: #B07112; }
span { border-color: rgb(176,113,18); }
td.TdClassName
{
border-color: #B07112;
}
.TagClassName
{
border-color: #B07112;
}
</style>