Shades of Dark Goldenrod #B18115
Tints of Dark Goldenrod #B18115
RGB
CMYK
RGB Variations
Color information
#B18115 (or 0xB18115) is known color: Dark Goldenrod. HEX triplet: B1, 81 and 15. RGB value is (177,129,21). Sum of RGB (Red+Green+Blue) = 177+129+21=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B18115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18115 is #4E7EEA. Grayscale: #838383. Windows color (decimal): -5144299 or 1409457. OLE color: 1409457.
HSL color Cylindrical-coordinate representation of color #B18115: hue angle of 41.54º 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 #B18115 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 21 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.31 |
| HSL | 41.54º | 0.79% | 0.39% | - |
| HSV(B) | 41.54º | 0.88% | 0.69% | - |
| XYZ | 26.12 | 25.1 | 4.18 | - |
| YUV | 131.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 21 | 0 | 0.27 | 0.88 | 0.31 | 41.54 | 0.79 | 0.39 |
| Hex | B1 | 81 | 15 | 0 | 1B | 58 | 1F | 2A | 4F | 27 |
| Octal | 261 | 201 | 25 | 0 | 33 | 130 | 37 | 52 | 117 | 47 |
| Binary | 10110001 | 10000001 | 10101 | 0 | 11011 | 1011000 | 11111 | 101010 | 1001111 | 100111 |
Color Harmonies of #B18115
Complementary color
Monochromatic Colors of #B18115
Black with #B18115
Text Example
Text Example
White with #B18115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18115; }
p { color: rgb(177,129,21); }
H1.HeaderClassName
{
color: #B18115;
}
.AnyTagClassName
{
color: #B18115;
}
</style>
background-color css
<style>
a { background-color: #B18115; }
a { background-color: rgb(177,129,21); }
div.DivClassName
{
background-color: #B18115;
}
.BgClassName
{
background-color: #B18115;
}
</style>
border-color css
<style>
span { border-color: #B18115; }
span { border-color: rgb(177,129,21); }
td.TdClassName
{
border-color: #B18115;
}
.TagClassName
{
border-color: #B18115;
}
</style>