Shades of Dark Goldenrod #B28211
Tints of Dark Goldenrod #B28211
RGB
CMYK
RGB Variations
Color information
#B28211 (or 0xB28211) is known color: Dark Goldenrod. HEX triplet: B2, 82 and 11. RGB value is (178,130,17). Sum of RGB (Red+Green+Blue) = 178+130+17=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B28211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28211 is #4D7DEE. Grayscale: #838383. Windows color (decimal): -5078511 or 1147570. OLE color: 1147570.
HSL color Cylindrical-coordinate representation of color #B28211: hue angle of 42.11º 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 #B28211 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 130 | 17 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.30 |
| HSL | 42.11º | 0.83% | 0.38% | - |
| HSV(B) | 42.11º | 0.9% | 0.7% | - |
| XYZ | 26.44 | 25.47 | 4.05 | - |
| YUV | 131.47 | 63.4 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 130 | 17 | 0 | 0.27 | 0.90 | 0.30 | 42.11 | 0.83 | 0.38 |
| Hex | B2 | 82 | 11 | 0 | 1B | 5A | 1E | 2A | 53 | 26 |
| Octal | 262 | 202 | 21 | 0 | 33 | 132 | 36 | 52 | 123 | 46 |
| Binary | 10110010 | 10000010 | 10001 | 0 | 11011 | 1011010 | 11110 | 101010 | 1010011 | 100110 |
Color Harmonies of #B28211
Complementary color
Monochromatic Colors of #B28211
Black with #B28211
Text Example
Text Example
White with #B28211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28211; }
p { color: rgb(178,130,17); }
H1.HeaderClassName
{
color: #B28211;
}
.AnyTagClassName
{
color: #B28211;
}
</style>
background-color css
<style>
a { background-color: #B28211; }
a { background-color: rgb(178,130,17); }
div.DivClassName
{
background-color: #B28211;
}
.BgClassName
{
background-color: #B28211;
}
</style>
border-color css
<style>
span { border-color: #B28211; }
span { border-color: rgb(178,130,17); }
td.TdClassName
{
border-color: #B28211;
}
.TagClassName
{
border-color: #B28211;
}
</style>