Shades of Dark Goldenrod #B28A16
Tints of Dark Goldenrod #B28A16
RGB
CMYK
RGB Variations
Color information
#B28A16 (or 0xB28A16) is known color: Dark Goldenrod. HEX triplet: B2, 8A and 16. RGB value is (178,138,22). Sum of RGB (Red+Green+Blue) = 178+138+22=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28A16 is #4D75E9. Grayscale: #898989. Windows color (decimal): -5076458 or 1477298. OLE color: 1477298.
HSL color Cylindrical-coordinate representation of color #B28A16: hue angle of 44.62º 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 #B28A16 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 22 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.30 |
| HSL | 44.62º | 0.78% | 0.39% | - |
| HSV(B) | 44.62º | 0.88% | 0.7% | - |
| XYZ | 27.59 | 27.7 | 4.65 | - |
| YUV | 136.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 22 | 0 | 0.22 | 0.88 | 0.30 | 44.62 | 0.78 | 0.39 |
| Hex | B2 | 8A | 16 | 0 | 16 | 58 | 1E | 2D | 4E | 27 |
| Octal | 262 | 212 | 26 | 0 | 26 | 130 | 36 | 55 | 116 | 47 |
| Binary | 10110010 | 10001010 | 10110 | 0 | 10110 | 1011000 | 11110 | 101101 | 1001110 | 100111 |
Color Harmonies of #B28A16
Complementary color
Monochromatic Colors of #B28A16
Black with #B28A16
Text Example
Text Example
White with #B28A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A16; }
p { color: rgb(178,138,22); }
H1.HeaderClassName
{
color: #B28A16;
}
.AnyTagClassName
{
color: #B28A16;
}
</style>
background-color css
<style>
a { background-color: #B28A16; }
a { background-color: rgb(178,138,22); }
div.DivClassName
{
background-color: #B28A16;
}
.BgClassName
{
background-color: #B28A16;
}
</style>
border-color css
<style>
span { border-color: #B28A16; }
span { border-color: rgb(178,138,22); }
td.TdClassName
{
border-color: #B28A16;
}
.TagClassName
{
border-color: #B28A16;
}
</style>