Shades of Dark Goldenrod #B57012
Tints of Dark Goldenrod #B57012
RGB
CMYK
RGB Variations
Color information
#B57012 (or 0xB57012) is known color: Dark Goldenrod. HEX triplet: B5, 70 and 12. RGB value is (181,112,18). Sum of RGB (Red+Green+Blue) = 181+112+18=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B57012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57012 is #4A8FED. Grayscale: #7A7A7A. Windows color (decimal): -4886510 or 1208501. OLE color: 1208501.
HSL color Cylindrical-coordinate representation of color #B57012: hue angle of 34.6º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B57012 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 18 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.29 |
| HSL | 34.6º | 0.82% | 0.39% | - |
| HSV(B) | 34.6º | 0.9% | 0.71% | - |
| XYZ | 24.96 | 21.46 | 3.4 | - |
| YUV | 121.92 | 69.36 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 18 | 0 | 0.38 | 0.90 | 0.29 | 34.6 | 0.82 | 0.39 |
| Hex | B5 | 70 | 12 | 0 | 26 | 5A | 1D | 23 | 52 | 27 |
| Octal | 265 | 160 | 22 | 0 | 46 | 132 | 35 | 43 | 122 | 47 |
| Binary | 10110101 | 1110000 | 10010 | 0 | 100110 | 1011010 | 11101 | 100011 | 1010010 | 100111 |
Color Harmonies of #B57012
Complementary color
Monochromatic Colors of #B57012
Black with #B57012
Text Example
Text Example
White with #B57012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57012; }
p { color: rgb(181,112,18); }
H1.HeaderClassName
{
color: #B57012;
}
.AnyTagClassName
{
color: #B57012;
}
</style>
background-color css
<style>
a { background-color: #B57012; }
a { background-color: rgb(181,112,18); }
div.DivClassName
{
background-color: #B57012;
}
.BgClassName
{
background-color: #B57012;
}
</style>
border-color css
<style>
span { border-color: #B57012; }
span { border-color: rgb(181,112,18); }
td.TdClassName
{
border-color: #B57012;
}
.TagClassName
{
border-color: #B57012;
}
</style>