Shades of Dark Goldenrod #B57512
Tints of Dark Goldenrod #B57512
RGB
CMYK
RGB Variations
Color information
#B57512 (or 0xB57512) is known color: Dark Goldenrod. HEX triplet: B5, 75 and 12. RGB value is (181,117,18). Sum of RGB (Red+Green+Blue) = 181+117+18=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B57512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57512 is #4A8AED. Grayscale: #7D7D7D. Windows color (decimal): -4885230 or 1209781. OLE color: 1209781.
HSL color Cylindrical-coordinate representation of color #B57512: hue angle of 36.44º 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 #B57512 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 18 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.29 |
| HSL | 36.44º | 0.82% | 0.39% | - |
| HSV(B) | 36.44º | 0.9% | 0.71% | - |
| XYZ | 25.53 | 22.59 | 3.59 | - |
| YUV | 124.85 | 67.7 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 18 | 0 | 0.35 | 0.90 | 0.29 | 36.44 | 0.82 | 0.39 |
| Hex | B5 | 75 | 12 | 0 | 23 | 5A | 1D | 24 | 52 | 27 |
| Octal | 265 | 165 | 22 | 0 | 43 | 132 | 35 | 44 | 122 | 47 |
| Binary | 10110101 | 1110101 | 10010 | 0 | 100011 | 1011010 | 11101 | 100100 | 1010010 | 100111 |
Color Harmonies of #B57512
Complementary color
Monochromatic Colors of #B57512
Black with #B57512
Text Example
Text Example
White with #B57512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57512; }
p { color: rgb(181,117,18); }
H1.HeaderClassName
{
color: #B57512;
}
.AnyTagClassName
{
color: #B57512;
}
</style>
background-color css
<style>
a { background-color: #B57512; }
a { background-color: rgb(181,117,18); }
div.DivClassName
{
background-color: #B57512;
}
.BgClassName
{
background-color: #B57512;
}
</style>
border-color css
<style>
span { border-color: #B57512; }
span { border-color: rgb(181,117,18); }
td.TdClassName
{
border-color: #B57512;
}
.TagClassName
{
border-color: #B57512;
}
</style>