Shades of Dark Goldenrod #B87614
Tints of Dark Goldenrod #B87614
RGB
CMYK
RGB Variations
Color information
#B87614 (or 0xB87614) is known color: Dark Goldenrod. HEX triplet: B8, 76 and 14. RGB value is (184,118,20). Sum of RGB (Red+Green+Blue) = 184+118+20=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B87614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87614 is #4789EB. Grayscale: #7F7F7F. Windows color (decimal): -4688364 or 1341112. OLE color: 1341112.
HSL color Cylindrical-coordinate representation of color #B87614: hue angle of 35.85º 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 #B87614 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 20 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.28 |
| HSL | 35.85º | 0.8% | 0.4% | - |
| HSV(B) | 35.85º | 0.89% | 0.72% | - |
| XYZ | 26.37 | 23.2 | 3.75 | - |
| YUV | 126.56 | 67.87 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 20 | 0 | 0.36 | 0.89 | 0.28 | 35.85 | 0.8 | 0.4 |
| Hex | B8 | 76 | 14 | 0 | 24 | 59 | 1C | 24 | 50 | 28 |
| Octal | 270 | 166 | 24 | 0 | 44 | 131 | 34 | 44 | 120 | 50 |
| Binary | 10111000 | 1110110 | 10100 | 0 | 100100 | 1011001 | 11100 | 100100 | 1010000 | 101000 |
Color Harmonies of #B87614
Complementary color
Monochromatic Colors of #B87614
Black with #B87614
Text Example
Text Example
White with #B87614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87614; }
p { color: rgb(184,118,20); }
H1.HeaderClassName
{
color: #B87614;
}
.AnyTagClassName
{
color: #B87614;
}
</style>
background-color css
<style>
a { background-color: #B87614; }
a { background-color: rgb(184,118,20); }
div.DivClassName
{
background-color: #B87614;
}
.BgClassName
{
background-color: #B87614;
}
</style>
border-color css
<style>
span { border-color: #B87614; }
span { border-color: rgb(184,118,20); }
td.TdClassName
{
border-color: #B87614;
}
.TagClassName
{
border-color: #B87614;
}
</style>