Shades of Dark Goldenrod #B0871D
Tints of Dark Goldenrod #B0871D
RGB
CMYK
RGB Variations
Color information
#B0871D (or 0xB0871D) is known color: Dark Goldenrod. HEX triplet: B0, 87 and 1D. RGB value is (176,135,29). Sum of RGB (Red+Green+Blue) = 176+135+29=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0871D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0871D is #4F78E2. Grayscale: #878787. Windows color (decimal): -5208291 or 1935280. OLE color: 1935280.
HSL color Cylindrical-coordinate representation of color #B0871D: hue angle of 43.27º degrees, saturation: 0.72, 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 #B0871D is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 29 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.31 |
| HSL | 43.27º | 0.72% | 0.4% | - |
| HSV(B) | 43.27º | 0.84% | 0.69% | - |
| XYZ | 26.79 | 26.65 | 4.89 | - |
| YUV | 135.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 29 | 0 | 0.23 | 0.84 | 0.31 | 43.27 | 0.72 | 0.4 |
| Hex | B0 | 87 | 1D | 0 | 17 | 54 | 1F | 2B | 48 | 28 |
| Octal | 260 | 207 | 35 | 0 | 27 | 124 | 37 | 53 | 110 | 50 |
| Binary | 10110000 | 10000111 | 11101 | 0 | 10111 | 1010100 | 11111 | 101011 | 1001000 | 101000 |
Color Harmonies of #B0871D
Complementary color
Monochromatic Colors of #B0871D
Black with #B0871D
Text Example
Text Example
White with #B0871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0871D; }
p { color: rgb(176,135,29); }
H1.HeaderClassName
{
color: #B0871D;
}
.AnyTagClassName
{
color: #B0871D;
}
</style>
background-color css
<style>
a { background-color: #B0871D; }
a { background-color: rgb(176,135,29); }
div.DivClassName
{
background-color: #B0871D;
}
.BgClassName
{
background-color: #B0871D;
}
</style>
border-color css
<style>
span { border-color: #B0871D; }
span { border-color: rgb(176,135,29); }
td.TdClassName
{
border-color: #B0871D;
}
.TagClassName
{
border-color: #B0871D;
}
</style>