Shades of Dark Goldenrod #B7860B
Tints of Dark Goldenrod #B7860B
RGB
CMYK
RGB Variations
Color information
#B7860B (or 0xB7860B) is known color: Dark Goldenrod. HEX triplet: B7, 86 and 0B. RGB value is (183,134,11). Sum of RGB (Red+Green+Blue) = 183+134+11=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7860B is #4879F4. Grayscale: #878787. Windows color (decimal): -4749813 or 755383. OLE color: 755383.
HSL color Cylindrical-coordinate representation of color #B7860B: hue angle of 42.91º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7860B is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 11 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.28 |
| HSL | 42.91º | 0.89% | 0.38% | - |
| HSV(B) | 42.91º | 0.94% | 0.72% | - |
| XYZ | 28.11 | 27.14 | 4.07 | - |
| YUV | 134.63 | 58.23 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 11 | 0 | 0.27 | 0.94 | 0.28 | 42.91 | 0.89 | 0.38 |
| Hex | B7 | 86 | B | 0 | 1B | 5E | 1C | 2B | 59 | 26 |
| Octal | 267 | 206 | 13 | 0 | 33 | 136 | 34 | 53 | 131 | 46 |
| Binary | 10110111 | 10000110 | 1011 | 0 | 11011 | 1011110 | 11100 | 101011 | 1011001 | 100110 |
Color Harmonies of #B7860B
Complementary color
Monochromatic Colors of #B7860B
Black with #B7860B
Text Example
Text Example
White with #B7860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7860B; }
p { color: rgb(183,134,11); }
H1.HeaderClassName
{
color: #B7860B;
}
.AnyTagClassName
{
color: #B7860B;
}
</style>
background-color css
<style>
a { background-color: #B7860B; }
a { background-color: rgb(183,134,11); }
div.DivClassName
{
background-color: #B7860B;
}
.BgClassName
{
background-color: #B7860B;
}
</style>
border-color css
<style>
span { border-color: #B7860B; }
span { border-color: rgb(183,134,11); }
td.TdClassName
{
border-color: #B7860B;
}
.TagClassName
{
border-color: #B7860B;
}
</style>