Shades of Dark Goldenrod #B28B18
Tints of Dark Goldenrod #B28B18
RGB
CMYK
RGB Variations
Color information
#B28B18 (or 0xB28B18) is known color: Dark Goldenrod. HEX triplet: B2, 8B and 18. RGB value is (178,139,24). Sum of RGB (Red+Green+Blue) = 178+139+24=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28B18 is #4D74E7. Grayscale: #8A8A8A. Windows color (decimal): -5076200 or 1608626. OLE color: 1608626.
HSL color Cylindrical-coordinate representation of color #B28B18: hue angle of 44.81º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B28B18 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 139 | 24 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.30 |
| HSL | 44.81º | 0.76% | 0.4% | - |
| HSV(B) | 44.81º | 0.87% | 0.7% | - |
| XYZ | 27.76 | 28 | 4.8 | - |
| YUV | 137.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 24 | 0 | 0.22 | 0.87 | 0.30 | 44.81 | 0.76 | 0.4 |
| Hex | B2 | 8B | 18 | 0 | 16 | 57 | 1E | 2D | 4C | 28 |
| Octal | 262 | 213 | 30 | 0 | 26 | 127 | 36 | 55 | 114 | 50 |
| Binary | 10110010 | 10001011 | 11000 | 0 | 10110 | 1010111 | 11110 | 101101 | 1001100 | 101000 |
Color Harmonies of #B28B18
Complementary color
Monochromatic Colors of #B28B18
Black with #B28B18
Text Example
Text Example
White with #B28B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28B18; }
p { color: rgb(178,139,24); }
H1.HeaderClassName
{
color: #B28B18;
}
.AnyTagClassName
{
color: #B28B18;
}
</style>
background-color css
<style>
a { background-color: #B28B18; }
a { background-color: rgb(178,139,24); }
div.DivClassName
{
background-color: #B28B18;
}
.BgClassName
{
background-color: #B28B18;
}
</style>
border-color css
<style>
span { border-color: #B28B18; }
span { border-color: rgb(178,139,24); }
td.TdClassName
{
border-color: #B28B18;
}
.TagClassName
{
border-color: #B28B18;
}
</style>