Shades of Dark Goldenrod #B29106
Tints of Dark Goldenrod #B29106
RGB
CMYK
RGB Variations
Color information
#B29106 (or 0xB29106) is known color: Dark Goldenrod. HEX triplet: B2, 91 and 06. RGB value is (178,145,6). Sum of RGB (Red+Green+Blue) = 178+145+6=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B29106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29106 is #4D6EF9. Grayscale: #8B8B8B. Windows color (decimal): -5074682 or 430514. OLE color: 430514.
HSL color Cylindrical-coordinate representation of color #B29106: hue angle of 48.49º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B29106 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 6 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.30 |
| HSL | 48.49º | 0.93% | 0.36% | - |
| HSV(B) | 48.49º | 0.97% | 0.7% | - |
| XYZ | 28.52 | 29.73 | 4.41 | - |
| YUV | 139.02 | 52.93 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 6 | 0 | 0.19 | 0.97 | 0.30 | 48.49 | 0.93 | 0.36 |
| Hex | B2 | 91 | 6 | 0 | 13 | 61 | 1E | 30 | 5D | 24 |
| Octal | 262 | 221 | 6 | 0 | 23 | 141 | 36 | 60 | 135 | 44 |
| Binary | 10110010 | 10010001 | 110 | 0 | 10011 | 1100001 | 11110 | 110000 | 1011101 | 100100 |
Color Harmonies of #B29106
Complementary color
Monochromatic Colors of #B29106
Black with #B29106
Text Example
Text Example
White with #B29106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29106; }
p { color: rgb(178,145,6); }
H1.HeaderClassName
{
color: #B29106;
}
.AnyTagClassName
{
color: #B29106;
}
</style>
background-color css
<style>
a { background-color: #B29106; }
a { background-color: rgb(178,145,6); }
div.DivClassName
{
background-color: #B29106;
}
.BgClassName
{
background-color: #B29106;
}
</style>
border-color css
<style>
span { border-color: #B29106; }
span { border-color: rgb(178,145,6); }
td.TdClassName
{
border-color: #B29106;
}
.TagClassName
{
border-color: #B29106;
}
</style>