Shades of Dark Goldenrod #B98115
Tints of Dark Goldenrod #B98115
RGB
CMYK
RGB Variations
Color information
#B98115 (or 0xB98115) is known color: Dark Goldenrod. HEX triplet: B9, 81 and 15. RGB value is (185,129,21). Sum of RGB (Red+Green+Blue) = 185+129+21=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B98115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98115 is #467EEA. Grayscale: #858585. Windows color (decimal): -4620011 or 1409465. OLE color: 1409465.
HSL color Cylindrical-coordinate representation of color #B98115: hue angle of 39.51º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B98115 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 129 | 21 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.27 |
| HSL | 39.51º | 0.8% | 0.4% | - |
| HSV(B) | 39.51º | 0.89% | 0.73% | - |
| XYZ | 27.99 | 26.07 | 4.27 | - |
| YUV | 133.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 21 | 0 | 0.30 | 0.89 | 0.27 | 39.51 | 0.8 | 0.4 |
| Hex | B9 | 81 | 15 | 0 | 1E | 59 | 1B | 28 | 50 | 28 |
| Octal | 271 | 201 | 25 | 0 | 36 | 131 | 33 | 50 | 120 | 50 |
| Binary | 10111001 | 10000001 | 10101 | 0 | 11110 | 1011001 | 11011 | 101000 | 1010000 | 101000 |
Color Harmonies of #B98115
Complementary color
Monochromatic Colors of #B98115
Black with #B98115
Text Example
Text Example
White with #B98115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98115; }
p { color: rgb(185,129,21); }
H1.HeaderClassName
{
color: #B98115;
}
.AnyTagClassName
{
color: #B98115;
}
</style>
background-color css
<style>
a { background-color: #B98115; }
a { background-color: rgb(185,129,21); }
div.DivClassName
{
background-color: #B98115;
}
.BgClassName
{
background-color: #B98115;
}
</style>
border-color css
<style>
span { border-color: #B98115; }
span { border-color: rgb(185,129,21); }
td.TdClassName
{
border-color: #B98115;
}
.TagClassName
{
border-color: #B98115;
}
</style>