Shades of Dark Goldenrod #B28210
Tints of Dark Goldenrod #B28210
RGB
CMYK
RGB Variations
Color information
#B28210 (or 0xB28210) is known color: Dark Goldenrod. HEX triplet: B2, 82 and 10. RGB value is (178,130,16). Sum of RGB (Red+Green+Blue) = 178+130+16=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B28210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28210 is #4D7DEF. Grayscale: #838383. Windows color (decimal): -5078512 or 1082034. OLE color: 1082034.
HSL color Cylindrical-coordinate representation of color #B28210: hue angle of 42.22º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B28210 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 130 | 16 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.30 |
| HSL | 42.22º | 0.84% | 0.38% | - |
| HSV(B) | 42.22º | 0.91% | 0.7% | - |
| XYZ | 26.44 | 25.47 | 4.01 | - |
| YUV | 131.36 | 62.9 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 130 | 16 | 0 | 0.27 | 0.91 | 0.30 | 42.22 | 0.84 | 0.38 |
| Hex | B2 | 82 | 10 | 0 | 1B | 5B | 1E | 2A | 54 | 26 |
| Octal | 262 | 202 | 20 | 0 | 33 | 133 | 36 | 52 | 124 | 46 |
| Binary | 10110010 | 10000010 | 10000 | 0 | 11011 | 1011011 | 11110 | 101010 | 1010100 | 100110 |
Color Harmonies of #B28210
Complementary color
Monochromatic Colors of #B28210
Black with #B28210
Text Example
Text Example
White with #B28210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28210; }
p { color: rgb(178,130,16); }
H1.HeaderClassName
{
color: #B28210;
}
.AnyTagClassName
{
color: #B28210;
}
</style>
background-color css
<style>
a { background-color: #B28210; }
a { background-color: rgb(178,130,16); }
div.DivClassName
{
background-color: #B28210;
}
.BgClassName
{
background-color: #B28210;
}
</style>
border-color css
<style>
span { border-color: #B28210; }
span { border-color: rgb(178,130,16); }
td.TdClassName
{
border-color: #B28210;
}
.TagClassName
{
border-color: #B28210;
}
</style>