Shades of Dark Goldenrod #B87607
Tints of Dark Goldenrod #B87607
RGB
CMYK
RGB Variations
Color information
#B87607 (or 0xB87607) is known color: Dark Goldenrod. HEX triplet: B8, 76 and 07. RGB value is (184,118,7). Sum of RGB (Red+Green+Blue) = 184+118+7=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B87607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87607 is #4789F8. Grayscale: #7D7D7D. Windows color (decimal): -4688377 or 489144. OLE color: 489144.
HSL color Cylindrical-coordinate representation of color #B87607: hue angle of 37.63º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B87607 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 7 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.28 |
| HSL | 37.63º | 0.93% | 0.37% | - |
| HSV(B) | 37.63º | 0.96% | 0.72% | - |
| XYZ | 26.28 | 23.16 | 3.29 | - |
| YUV | 125.08 | 61.37 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 7 | 0 | 0.36 | 0.96 | 0.28 | 37.63 | 0.93 | 0.37 |
| Hex | B8 | 76 | 7 | 0 | 24 | 60 | 1C | 26 | 5D | 25 |
| Octal | 270 | 166 | 7 | 0 | 44 | 140 | 34 | 46 | 135 | 45 |
| Binary | 10111000 | 1110110 | 111 | 0 | 100100 | 1100000 | 11100 | 100110 | 1011101 | 100101 |
Color Harmonies of #B87607
Complementary color
Monochromatic Colors of #B87607
Black with #B87607
Text Example
Text Example
White with #B87607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87607; }
p { color: rgb(184,118,7); }
H1.HeaderClassName
{
color: #B87607;
}
.AnyTagClassName
{
color: #B87607;
}
</style>
background-color css
<style>
a { background-color: #B87607; }
a { background-color: rgb(184,118,7); }
div.DivClassName
{
background-color: #B87607;
}
.BgClassName
{
background-color: #B87607;
}
</style>
border-color css
<style>
span { border-color: #B87607; }
span { border-color: rgb(184,118,7); }
td.TdClassName
{
border-color: #B87607;
}
.TagClassName
{
border-color: #B87607;
}
</style>