Shades of Dark Goldenrod #B18815
Tints of Dark Goldenrod #B18815
RGB
CMYK
RGB Variations
Color information
#B18815 (or 0xB18815) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 15. RGB value is (177,136,21). Sum of RGB (Red+Green+Blue) = 177+136+21=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B18815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18815 is #4E77EA. Grayscale: #878787. Windows color (decimal): -5142507 or 1411249. OLE color: 1411249.
HSL color Cylindrical-coordinate representation of color #B18815: hue angle of 44.23º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B18815 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 21 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.31 |
| HSL | 44.23º | 0.79% | 0.39% | - |
| HSV(B) | 44.23º | 0.88% | 0.69% | - |
| XYZ | 27.07 | 27.01 | 4.5 | - |
| YUV | 135.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 21 | 0 | 0.23 | 0.88 | 0.31 | 44.23 | 0.79 | 0.39 |
| Hex | B1 | 88 | 15 | 0 | 17 | 58 | 1F | 2C | 4F | 27 |
| Octal | 261 | 210 | 25 | 0 | 27 | 130 | 37 | 54 | 117 | 47 |
| Binary | 10110001 | 10001000 | 10101 | 0 | 10111 | 1011000 | 11111 | 101100 | 1001111 | 100111 |
Color Harmonies of #B18815
Complementary color
Monochromatic Colors of #B18815
Black with #B18815
Text Example
Text Example
White with #B18815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18815; }
p { color: rgb(177,136,21); }
H1.HeaderClassName
{
color: #B18815;
}
.AnyTagClassName
{
color: #B18815;
}
</style>
background-color css
<style>
a { background-color: #B18815; }
a { background-color: rgb(177,136,21); }
div.DivClassName
{
background-color: #B18815;
}
.BgClassName
{
background-color: #B18815;
}
</style>
border-color css
<style>
span { border-color: #B18815; }
span { border-color: rgb(177,136,21); }
td.TdClassName
{
border-color: #B18815;
}
.TagClassName
{
border-color: #B18815;
}
</style>