Shades of Dark Goldenrod #B87715
Tints of Dark Goldenrod #B87715
RGB
CMYK
RGB Variations
Color information
#B87715 (or 0xB87715) is known color: Dark Goldenrod. HEX triplet: B8, 77 and 15. RGB value is (184,119,21). Sum of RGB (Red+Green+Blue) = 184+119+21=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B87715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87715 is #4788EA. Grayscale: #7F7F7F. Windows color (decimal): -4688107 or 1406904. OLE color: 1406904.
HSL color Cylindrical-coordinate representation of color #B87715: hue angle of 36.07º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B87715 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 21 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.28 |
| HSL | 36.07º | 0.8% | 0.4% | - |
| HSV(B) | 36.07º | 0.89% | 0.72% | - |
| XYZ | 26.5 | 23.44 | 3.84 | - |
| YUV | 127.26 | 68.03 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 21 | 0 | 0.35 | 0.89 | 0.28 | 36.07 | 0.8 | 0.4 |
| Hex | B8 | 77 | 15 | 0 | 23 | 59 | 1C | 24 | 50 | 28 |
| Octal | 270 | 167 | 25 | 0 | 43 | 131 | 34 | 44 | 120 | 50 |
| Binary | 10111000 | 1110111 | 10101 | 0 | 100011 | 1011001 | 11100 | 100100 | 1010000 | 101000 |
Color Harmonies of #B87715
Complementary color
Monochromatic Colors of #B87715
Black with #B87715
Text Example
Text Example
White with #B87715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87715; }
p { color: rgb(184,119,21); }
H1.HeaderClassName
{
color: #B87715;
}
.AnyTagClassName
{
color: #B87715;
}
</style>
background-color css
<style>
a { background-color: #B87715; }
a { background-color: rgb(184,119,21); }
div.DivClassName
{
background-color: #B87715;
}
.BgClassName
{
background-color: #B87715;
}
</style>
border-color css
<style>
span { border-color: #B87715; }
span { border-color: rgb(184,119,21); }
td.TdClassName
{
border-color: #B87715;
}
.TagClassName
{
border-color: #B87715;
}
</style>