Shades of Dark Goldenrod #B7871C
Tints of Dark Goldenrod #B7871C
RGB
CMYK
RGB Variations
Color information
#B7871C (or 0xB7871C) is known color: Dark Goldenrod. HEX triplet: B7, 87 and 1C. RGB value is (183,135,28). Sum of RGB (Red+Green+Blue) = 183+135+28=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7871C is #4878E3. Grayscale: #898989. Windows color (decimal): -4749540 or 1869751. OLE color: 1869751.
HSL color Cylindrical-coordinate representation of color #B7871C: hue angle of 41.42º degrees, saturation: 0.73, 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 #B7871C is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 28 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.28 |
| HSL | 41.42º | 0.73% | 0.41% | - |
| HSV(B) | 41.42º | 0.85% | 0.72% | - |
| XYZ | 28.4 | 27.48 | 4.91 | - |
| YUV | 137.15 | 66.4 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 28 | 0 | 0.26 | 0.85 | 0.28 | 41.42 | 0.73 | 0.41 |
| Hex | B7 | 87 | 1C | 0 | 1A | 55 | 1C | 29 | 49 | 29 |
| Octal | 267 | 207 | 34 | 0 | 32 | 125 | 34 | 51 | 111 | 51 |
| Binary | 10110111 | 10000111 | 11100 | 0 | 11010 | 1010101 | 11100 | 101001 | 1001001 | 101001 |
Color Harmonies of #B7871C
Complementary color
Monochromatic Colors of #B7871C
Black with #B7871C
Text Example
Text Example
White with #B7871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7871C; }
p { color: rgb(183,135,28); }
H1.HeaderClassName
{
color: #B7871C;
}
.AnyTagClassName
{
color: #B7871C;
}
</style>
background-color css
<style>
a { background-color: #B7871C; }
a { background-color: rgb(183,135,28); }
div.DivClassName
{
background-color: #B7871C;
}
.BgClassName
{
background-color: #B7871C;
}
</style>
border-color css
<style>
span { border-color: #B7871C; }
span { border-color: rgb(183,135,28); }
td.TdClassName
{
border-color: #B7871C;
}
.TagClassName
{
border-color: #B7871C;
}
</style>