Shades of Dark Goldenrod #B57412
Tints of Dark Goldenrod #B57412
RGB
CMYK
RGB Variations
Color information
#B57412 (or 0xB57412) is known color: Dark Goldenrod. HEX triplet: B5, 74 and 12. RGB value is (181,116,18). Sum of RGB (Red+Green+Blue) = 181+116+18=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B57412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57412 is #4A8BED. Grayscale: #7C7C7C. Windows color (decimal): -4885486 or 1209525. OLE color: 1209525.
HSL color Cylindrical-coordinate representation of color #B57412: hue angle of 36.07º 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 #B57412 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 18 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.29 |
| HSL | 36.07º | 0.82% | 0.39% | - |
| HSV(B) | 36.07º | 0.9% | 0.71% | - |
| XYZ | 25.41 | 22.36 | 3.55 | - |
| YUV | 124.26 | 68.03 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 18 | 0 | 0.36 | 0.90 | 0.29 | 36.07 | 0.82 | 0.39 |
| Hex | B5 | 74 | 12 | 0 | 24 | 5A | 1D | 24 | 52 | 27 |
| Octal | 265 | 164 | 22 | 0 | 44 | 132 | 35 | 44 | 122 | 47 |
| Binary | 10110101 | 1110100 | 10010 | 0 | 100100 | 1011010 | 11101 | 100100 | 1010010 | 100111 |
Color Harmonies of #B57412
Complementary color
Monochromatic Colors of #B57412
Black with #B57412
Text Example
Text Example
White with #B57412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57412; }
p { color: rgb(181,116,18); }
H1.HeaderClassName
{
color: #B57412;
}
.AnyTagClassName
{
color: #B57412;
}
</style>
background-color css
<style>
a { background-color: #B57412; }
a { background-color: rgb(181,116,18); }
div.DivClassName
{
background-color: #B57412;
}
.BgClassName
{
background-color: #B57412;
}
</style>
border-color css
<style>
span { border-color: #B57412; }
span { border-color: rgb(181,116,18); }
td.TdClassName
{
border-color: #B57412;
}
.TagClassName
{
border-color: #B57412;
}
</style>