Shades of Dark Goldenrod #B47915
Tints of Dark Goldenrod #B47915
RGB
CMYK
RGB Variations
Color information
#B47915 (or 0xB47915) is known color: Dark Goldenrod. HEX triplet: B4, 79 and 15. RGB value is (180,121,21). Sum of RGB (Red+Green+Blue) = 180+121+21=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B47915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47915 is #4B86EA. Grayscale: #7F7F7F. Windows color (decimal): -4949739 or 1407412. OLE color: 1407412.
HSL color Cylindrical-coordinate representation of color #B47915: hue angle of 37.74º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B47915 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 121 | 21 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.29 |
| HSL | 37.74º | 0.79% | 0.39% | - |
| HSV(B) | 37.74º | 0.88% | 0.71% | - |
| XYZ | 25.8 | 23.43 | 3.87 | - |
| YUV | 127.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 21 | 0 | 0.33 | 0.88 | 0.29 | 37.74 | 0.79 | 0.39 |
| Hex | B4 | 79 | 15 | 0 | 21 | 58 | 1D | 26 | 4F | 27 |
| Octal | 264 | 171 | 25 | 0 | 41 | 130 | 35 | 46 | 117 | 47 |
| Binary | 10110100 | 1111001 | 10101 | 0 | 100001 | 1011000 | 11101 | 100110 | 1001111 | 100111 |
Color Harmonies of #B47915
Complementary color
Monochromatic Colors of #B47915
Black with #B47915
Text Example
Text Example
White with #B47915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47915; }
p { color: rgb(180,121,21); }
H1.HeaderClassName
{
color: #B47915;
}
.AnyTagClassName
{
color: #B47915;
}
</style>
background-color css
<style>
a { background-color: #B47915; }
a { background-color: rgb(180,121,21); }
div.DivClassName
{
background-color: #B47915;
}
.BgClassName
{
background-color: #B47915;
}
</style>
border-color css
<style>
span { border-color: #B47915; }
span { border-color: rgb(180,121,21); }
td.TdClassName
{
border-color: #B47915;
}
.TagClassName
{
border-color: #B47915;
}
</style>