Shades of Dark Goldenrod #B29211
Tints of Dark Goldenrod #B29211
RGB
CMYK
RGB Variations
Color information
#B29211 (or 0xB29211) is known color: Dark Goldenrod. HEX triplet: B2, 92 and 11. RGB value is (178,146,17). Sum of RGB (Red+Green+Blue) = 178+146+17=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B29211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29211 is #4D6DEE. Grayscale: #8D8D8D. Windows color (decimal): -5074415 or 1151666. OLE color: 1151666.
HSL color Cylindrical-coordinate representation of color #B29211: hue angle of 48.07º degrees, saturation: 0.83, 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 #B29211 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 146 | 17 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.30 |
| HSL | 48.07º | 0.83% | 0.38% | - |
| HSV(B) | 48.07º | 0.9% | 0.7% | - |
| XYZ | 28.74 | 30.06 | 4.82 | - |
| YUV | 140.86 | 58.1 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 17 | 0 | 0.18 | 0.90 | 0.30 | 48.07 | 0.83 | 0.38 |
| Hex | B2 | 92 | 11 | 0 | 12 | 5A | 1E | 30 | 53 | 26 |
| Octal | 262 | 222 | 21 | 0 | 22 | 132 | 36 | 60 | 123 | 46 |
| Binary | 10110010 | 10010010 | 10001 | 0 | 10010 | 1011010 | 11110 | 110000 | 1010011 | 100110 |
Color Harmonies of #B29211
Complementary color
Monochromatic Colors of #B29211
Black with #B29211
Text Example
Text Example
White with #B29211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29211; }
p { color: rgb(178,146,17); }
H1.HeaderClassName
{
color: #B29211;
}
.AnyTagClassName
{
color: #B29211;
}
</style>
background-color css
<style>
a { background-color: #B29211; }
a { background-color: rgb(178,146,17); }
div.DivClassName
{
background-color: #B29211;
}
.BgClassName
{
background-color: #B29211;
}
</style>
border-color css
<style>
span { border-color: #B29211; }
span { border-color: rgb(178,146,17); }
td.TdClassName
{
border-color: #B29211;
}
.TagClassName
{
border-color: #B29211;
}
</style>