Shades of Dark Goldenrod #B28616
Tints of Dark Goldenrod #B28616
RGB
CMYK
RGB Variations
Color information
#B28616 (or 0xB28616) is known color: Dark Goldenrod. HEX triplet: B2, 86 and 16. RGB value is (178,134,22). Sum of RGB (Red+Green+Blue) = 178+134+22=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B28616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28616 is #4D79E9. Grayscale: #868686. Windows color (decimal): -5077482 or 1476274. OLE color: 1476274.
HSL color Cylindrical-coordinate representation of color #B28616: hue angle of 43.08º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B28616 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 134 | 22 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.30 |
| HSL | 43.08º | 0.78% | 0.39% | - |
| HSV(B) | 43.08º | 0.88% | 0.7% | - |
| XYZ | 27.03 | 26.57 | 4.46 | - |
| YUV | 134.39 | 64.58 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 22 | 0 | 0.25 | 0.88 | 0.30 | 43.08 | 0.78 | 0.39 |
| Hex | B2 | 86 | 16 | 0 | 19 | 58 | 1E | 2B | 4E | 27 |
| Octal | 262 | 206 | 26 | 0 | 31 | 130 | 36 | 53 | 116 | 47 |
| Binary | 10110010 | 10000110 | 10110 | 0 | 11001 | 1011000 | 11110 | 101011 | 1001110 | 100111 |
Color Harmonies of #B28616
Complementary color
Monochromatic Colors of #B28616
Black with #B28616
Text Example
Text Example
White with #B28616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28616; }
p { color: rgb(178,134,22); }
H1.HeaderClassName
{
color: #B28616;
}
.AnyTagClassName
{
color: #B28616;
}
</style>
background-color css
<style>
a { background-color: #B28616; }
a { background-color: rgb(178,134,22); }
div.DivClassName
{
background-color: #B28616;
}
.BgClassName
{
background-color: #B28616;
}
</style>
border-color css
<style>
span { border-color: #B28616; }
span { border-color: rgb(178,134,22); }
td.TdClassName
{
border-color: #B28616;
}
.TagClassName
{
border-color: #B28616;
}
</style>