Shades of Dark Goldenrod #B29112
Tints of Dark Goldenrod #B29112
RGB
CMYK
RGB Variations
Color information
#B29112 (or 0xB29112) is known color: Dark Goldenrod. HEX triplet: B2, 91 and 12. RGB value is (178,145,18). Sum of RGB (Red+Green+Blue) = 178+145+18=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B29112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29112 is #4D6EED. Grayscale: #8C8C8C. Windows color (decimal): -5074670 or 1216946. OLE color: 1216946.
HSL color Cylindrical-coordinate representation of color #B29112: hue angle of 47.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B29112 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 18 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.30 |
| HSL | 47.63º | 0.82% | 0.38% | - |
| HSV(B) | 47.63º | 0.9% | 0.7% | - |
| XYZ | 28.59 | 29.76 | 4.81 | - |
| YUV | 140.39 | 58.93 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 18 | 0 | 0.19 | 0.90 | 0.30 | 47.63 | 0.82 | 0.38 |
| Hex | B2 | 91 | 12 | 0 | 13 | 5A | 1E | 30 | 52 | 26 |
| Octal | 262 | 221 | 22 | 0 | 23 | 132 | 36 | 60 | 122 | 46 |
| Binary | 10110010 | 10010001 | 10010 | 0 | 10011 | 1011010 | 11110 | 110000 | 1010010 | 100110 |
Color Harmonies of #B29112
Complementary color
Monochromatic Colors of #B29112
Black with #B29112
Text Example
Text Example
White with #B29112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29112; }
p { color: rgb(178,145,18); }
H1.HeaderClassName
{
color: #B29112;
}
.AnyTagClassName
{
color: #B29112;
}
</style>
background-color css
<style>
a { background-color: #B29112; }
a { background-color: rgb(178,145,18); }
div.DivClassName
{
background-color: #B29112;
}
.BgClassName
{
background-color: #B29112;
}
</style>
border-color css
<style>
span { border-color: #B29112; }
span { border-color: rgb(178,145,18); }
td.TdClassName
{
border-color: #B29112;
}
.TagClassName
{
border-color: #B29112;
}
</style>