Shades of Dark Goldenrod #B7871B
Tints of Dark Goldenrod #B7871B
RGB
CMYK
RGB Variations
Color information
#B7871B (or 0xB7871B) is known color: Dark Goldenrod. HEX triplet: B7, 87 and 1B. RGB value is (183,135,27). Sum of RGB (Red+Green+Blue) = 183+135+27=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7871B is #4878E4. Grayscale: #898989. Windows color (decimal): -4749541 or 1804215. OLE color: 1804215.
HSL color Cylindrical-coordinate representation of color #B7871B: hue angle of 41.54º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7871B is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 27 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.28 |
| HSL | 41.54º | 0.74% | 0.41% | - |
| HSV(B) | 41.54º | 0.85% | 0.72% | - |
| XYZ | 28.39 | 27.47 | 4.84 | - |
| YUV | 137.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 27 | 0 | 0.26 | 0.85 | 0.28 | 41.54 | 0.74 | 0.41 |
| Hex | B7 | 87 | 1B | 0 | 1A | 55 | 1C | 2A | 4A | 29 |
| Octal | 267 | 207 | 33 | 0 | 32 | 125 | 34 | 52 | 112 | 51 |
| Binary | 10110111 | 10000111 | 11011 | 0 | 11010 | 1010101 | 11100 | 101010 | 1001010 | 101001 |
Color Harmonies of #B7871B
Complementary color
Monochromatic Colors of #B7871B
Black with #B7871B
Text Example
Text Example
White with #B7871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7871B; }
p { color: rgb(183,135,27); }
H1.HeaderClassName
{
color: #B7871B;
}
.AnyTagClassName
{
color: #B7871B;
}
</style>
background-color css
<style>
a { background-color: #B7871B; }
a { background-color: rgb(183,135,27); }
div.DivClassName
{
background-color: #B7871B;
}
.BgClassName
{
background-color: #B7871B;
}
</style>
border-color css
<style>
span { border-color: #B7871B; }
span { border-color: rgb(183,135,27); }
td.TdClassName
{
border-color: #B7871B;
}
.TagClassName
{
border-color: #B7871B;
}
</style>