Shades of Dark Goldenrod #B78412
Tints of Dark Goldenrod #B78412
RGB
CMYK
RGB Variations
Color information
#B78412 (or 0xB78412) is known color: Dark Goldenrod. HEX triplet: B7, 84 and 12. RGB value is (183,132,18). Sum of RGB (Red+Green+Blue) = 183+132+18=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B78412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78412 is #487BED. Grayscale: #868686. Windows color (decimal): -4750318 or 1213623. OLE color: 1213623.
HSL color Cylindrical-coordinate representation of color #B78412: hue angle of 41.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B78412 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 18 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.28 |
| HSL | 41.45º | 0.82% | 0.39% | - |
| HSV(B) | 41.45º | 0.9% | 0.72% | - |
| XYZ | 27.89 | 26.61 | 4.24 | - |
| YUV | 134.25 | 62.4 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 18 | 0 | 0.28 | 0.90 | 0.28 | 41.45 | 0.82 | 0.39 |
| Hex | B7 | 84 | 12 | 0 | 1C | 5A | 1C | 29 | 52 | 27 |
| Octal | 267 | 204 | 22 | 0 | 34 | 132 | 34 | 51 | 122 | 47 |
| Binary | 10110111 | 10000100 | 10010 | 0 | 11100 | 1011010 | 11100 | 101001 | 1010010 | 100111 |
Color Harmonies of #B78412
Complementary color
Monochromatic Colors of #B78412
Black with #B78412
Text Example
Text Example
White with #B78412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78412; }
p { color: rgb(183,132,18); }
H1.HeaderClassName
{
color: #B78412;
}
.AnyTagClassName
{
color: #B78412;
}
</style>
background-color css
<style>
a { background-color: #B78412; }
a { background-color: rgb(183,132,18); }
div.DivClassName
{
background-color: #B78412;
}
.BgClassName
{
background-color: #B78412;
}
</style>
border-color css
<style>
span { border-color: #B78412; }
span { border-color: rgb(183,132,18); }
td.TdClassName
{
border-color: #B78412;
}
.TagClassName
{
border-color: #B78412;
}
</style>