Shades of Dark Goldenrod #B7860C
Tints of Dark Goldenrod #B7860C
RGB
CMYK
RGB Variations
Color information
#B7860C (or 0xB7860C) is known color: Dark Goldenrod. HEX triplet: B7, 86 and 0C. RGB value is (183,134,12). Sum of RGB (Red+Green+Blue) = 183+134+12=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7860C is #4879F3. Grayscale: #878787. Windows color (decimal): -4749812 or 820919. OLE color: 820919.
HSL color Cylindrical-coordinate representation of color #B7860C: hue angle of 42.81º degrees, saturation: 0.88, 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 #B7860C is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 12 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.28 |
| HSL | 42.81º | 0.88% | 0.38% | - |
| HSV(B) | 42.81º | 0.93% | 0.72% | - |
| XYZ | 28.12 | 27.14 | 4.11 | - |
| YUV | 134.74 | 58.73 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 12 | 0 | 0.27 | 0.93 | 0.28 | 42.81 | 0.88 | 0.38 |
| Hex | B7 | 86 | C | 0 | 1B | 5D | 1C | 2B | 58 | 26 |
| Octal | 267 | 206 | 14 | 0 | 33 | 135 | 34 | 53 | 130 | 46 |
| Binary | 10110111 | 10000110 | 1100 | 0 | 11011 | 1011101 | 11100 | 101011 | 1011000 | 100110 |
Color Harmonies of #B7860C
Complementary color
Monochromatic Colors of #B7860C
Black with #B7860C
Text Example
Text Example
White with #B7860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7860C; }
p { color: rgb(183,134,12); }
H1.HeaderClassName
{
color: #B7860C;
}
.AnyTagClassName
{
color: #B7860C;
}
</style>
background-color css
<style>
a { background-color: #B7860C; }
a { background-color: rgb(183,134,12); }
div.DivClassName
{
background-color: #B7860C;
}
.BgClassName
{
background-color: #B7860C;
}
</style>
border-color css
<style>
span { border-color: #B7860C; }
span { border-color: rgb(183,134,12); }
td.TdClassName
{
border-color: #B7860C;
}
.TagClassName
{
border-color: #B7860C;
}
</style>