Shades of Dark Goldenrod #B7860D
Tints of Dark Goldenrod #B7860D
RGB
CMYK
RGB Variations
Color information
#B7860D (or 0xB7860D) is known color: Dark Goldenrod. HEX triplet: B7, 86 and 0D. RGB value is (183,134,13). Sum of RGB (Red+Green+Blue) = 183+134+13=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7860D is #4879F2. Grayscale: #878787. Windows color (decimal): -4749811 or 886455. OLE color: 886455.
HSL color Cylindrical-coordinate representation of color #B7860D: hue angle of 42.71º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7860D is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 13 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.28 |
| HSL | 42.71º | 0.87% | 0.38% | - |
| HSV(B) | 42.71º | 0.93% | 0.72% | - |
| XYZ | 28.13 | 27.15 | 4.14 | - |
| YUV | 134.86 | 59.23 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 13 | 0 | 0.27 | 0.93 | 0.28 | 42.71 | 0.87 | 0.38 |
| Hex | B7 | 86 | D | 0 | 1B | 5D | 1C | 2B | 57 | 26 |
| Octal | 267 | 206 | 15 | 0 | 33 | 135 | 34 | 53 | 127 | 46 |
| Binary | 10110111 | 10000110 | 1101 | 0 | 11011 | 1011101 | 11100 | 101011 | 1010111 | 100110 |
Color Harmonies of #B7860D
Complementary color
Monochromatic Colors of #B7860D
Black with #B7860D
Text Example
Text Example
White with #B7860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7860D; }
p { color: rgb(183,134,13); }
H1.HeaderClassName
{
color: #B7860D;
}
.AnyTagClassName
{
color: #B7860D;
}
</style>
background-color css
<style>
a { background-color: #B7860D; }
a { background-color: rgb(183,134,13); }
div.DivClassName
{
background-color: #B7860D;
}
.BgClassName
{
background-color: #B7860D;
}
</style>
border-color css
<style>
span { border-color: #B7860D; }
span { border-color: rgb(183,134,13); }
td.TdClassName
{
border-color: #B7860D;
}
.TagClassName
{
border-color: #B7860D;
}
</style>