Shades of Dark Goldenrod #B0871C
Tints of Dark Goldenrod #B0871C
RGB
CMYK
RGB Variations
Color information
#B0871C (or 0xB0871C) is known color: Dark Goldenrod. HEX triplet: B0, 87 and 1C. RGB value is (176,135,28). Sum of RGB (Red+Green+Blue) = 176+135+28=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0871C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0871C is #4F78E3. Grayscale: #878787. Windows color (decimal): -5208292 or 1869744. OLE color: 1869744.
HSL color Cylindrical-coordinate representation of color #B0871C: hue angle of 43.38º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0871C is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 28 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.31 |
| HSL | 43.38º | 0.73% | 0.4% | - |
| HSV(B) | 43.38º | 0.84% | 0.69% | - |
| XYZ | 26.78 | 26.64 | 4.83 | - |
| YUV | 135.06 | 67.58 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 28 | 0 | 0.23 | 0.84 | 0.31 | 43.38 | 0.73 | 0.4 |
| Hex | B0 | 87 | 1C | 0 | 17 | 54 | 1F | 2B | 49 | 28 |
| Octal | 260 | 207 | 34 | 0 | 27 | 124 | 37 | 53 | 111 | 50 |
| Binary | 10110000 | 10000111 | 11100 | 0 | 10111 | 1010100 | 11111 | 101011 | 1001001 | 101000 |
Color Harmonies of #B0871C
Complementary color
Monochromatic Colors of #B0871C
Black with #B0871C
Text Example
Text Example
White with #B0871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0871C; }
p { color: rgb(176,135,28); }
H1.HeaderClassName
{
color: #B0871C;
}
.AnyTagClassName
{
color: #B0871C;
}
</style>
background-color css
<style>
a { background-color: #B0871C; }
a { background-color: rgb(176,135,28); }
div.DivClassName
{
background-color: #B0871C;
}
.BgClassName
{
background-color: #B0871C;
}
</style>
border-color css
<style>
span { border-color: #B0871C; }
span { border-color: rgb(176,135,28); }
td.TdClassName
{
border-color: #B0871C;
}
.TagClassName
{
border-color: #B0871C;
}
</style>