Shades of Dark Goldenrod #B7860A
Tints of Dark Goldenrod #B7860A
RGB
CMYK
RGB Variations
Color information
#B7860A (or 0xB7860A) is known color: Dark Goldenrod. HEX triplet: B7, 86 and 0A. RGB value is (183,134,10). Sum of RGB (Red+Green+Blue) = 183+134+10=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7860A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7860A is #4879F5. Grayscale: #878787. Windows color (decimal): -4749814 or 689847. OLE color: 689847.
HSL color Cylindrical-coordinate representation of color #B7860A: hue angle of 43.01º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7860A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 10 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.28 |
| HSL | 43.01º | 0.9% | 0.38% | - |
| HSV(B) | 43.01º | 0.95% | 0.72% | - |
| XYZ | 28.11 | 27.14 | 4.04 | - |
| YUV | 134.52 | 57.73 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 10 | 0 | 0.27 | 0.95 | 0.28 | 43.01 | 0.9 | 0.38 |
| Hex | B7 | 86 | A | 0 | 1B | 5F | 1C | 2B | 5A | 26 |
| Octal | 267 | 206 | 12 | 0 | 33 | 137 | 34 | 53 | 132 | 46 |
| Binary | 10110111 | 10000110 | 1010 | 0 | 11011 | 1011111 | 11100 | 101011 | 1011010 | 100110 |
Color Harmonies of #B7860A
Complementary color
Monochromatic Colors of #B7860A
Black with #B7860A
Text Example
Text Example
White with #B7860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7860A; }
p { color: rgb(183,134,10); }
H1.HeaderClassName
{
color: #B7860A;
}
.AnyTagClassName
{
color: #B7860A;
}
</style>
background-color css
<style>
a { background-color: #B7860A; }
a { background-color: rgb(183,134,10); }
div.DivClassName
{
background-color: #B7860A;
}
.BgClassName
{
background-color: #B7860A;
}
</style>
border-color css
<style>
span { border-color: #B7860A; }
span { border-color: rgb(183,134,10); }
td.TdClassName
{
border-color: #B7860A;
}
.TagClassName
{
border-color: #B7860A;
}
</style>