Shades of Dark Goldenrod #B38212
Tints of Dark Goldenrod #B38212
RGB
CMYK
RGB Variations
Color information
#B38212 (or 0xB38212) is known color: Dark Goldenrod. HEX triplet: B3, 82 and 12. RGB value is (179,130,18). Sum of RGB (Red+Green+Blue) = 179+130+18=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B38212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38212 is #4C7DED. Grayscale: #848484. Windows color (decimal): -5012974 or 1213107. OLE color: 1213107.
HSL color Cylindrical-coordinate representation of color #B38212: hue angle of 41.74º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B38212 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 18 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.30 |
| HSL | 41.74º | 0.82% | 0.39% | - |
| HSV(B) | 41.74º | 0.9% | 0.7% | - |
| XYZ | 26.68 | 25.59 | 4.11 | - |
| YUV | 131.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 18 | 0 | 0.27 | 0.90 | 0.30 | 41.74 | 0.82 | 0.39 |
| Hex | B3 | 82 | 12 | 0 | 1B | 5A | 1E | 2A | 52 | 27 |
| Octal | 263 | 202 | 22 | 0 | 33 | 132 | 36 | 52 | 122 | 47 |
| Binary | 10110011 | 10000010 | 10010 | 0 | 11011 | 1011010 | 11110 | 101010 | 1010010 | 100111 |
Color Harmonies of #B38212
Complementary color
Monochromatic Colors of #B38212
Black with #B38212
Text Example
Text Example
White with #B38212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38212; }
p { color: rgb(179,130,18); }
H1.HeaderClassName
{
color: #B38212;
}
.AnyTagClassName
{
color: #B38212;
}
</style>
background-color css
<style>
a { background-color: #B38212; }
a { background-color: rgb(179,130,18); }
div.DivClassName
{
background-color: #B38212;
}
.BgClassName
{
background-color: #B38212;
}
</style>
border-color css
<style>
span { border-color: #B38212; }
span { border-color: rgb(179,130,18); }
td.TdClassName
{
border-color: #B38212;
}
.TagClassName
{
border-color: #B38212;
}
</style>