Shades of Dark Goldenrod #B3870E
Tints of Dark Goldenrod #B3870E
RGB
CMYK
RGB Variations
Color information
#B3870E (or 0xB3870E) is known color: Dark Goldenrod. HEX triplet: B3, 87 and 0E. RGB value is (179,135,14). Sum of RGB (Red+Green+Blue) = 179+135+14=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B3870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3870E is #4C78F1. Grayscale: #868686. Windows color (decimal): -5011698 or 952243. OLE color: 952243.
HSL color Cylindrical-coordinate representation of color #B3870E: hue angle of 44º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3870E is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 14 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.30 |
| HSL | 44º | 0.85% | 0.38% | - |
| HSV(B) | 44º | 0.92% | 0.7% | - |
| XYZ | 27.33 | 26.94 | 4.18 | - |
| YUV | 134.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 14 | 0 | 0.25 | 0.92 | 0.30 | 44 | 0.85 | 0.38 |
| Hex | B3 | 87 | E | 0 | 19 | 5C | 1E | 2C | 55 | 26 |
| Octal | 263 | 207 | 16 | 0 | 31 | 134 | 36 | 54 | 125 | 46 |
| Binary | 10110011 | 10000111 | 1110 | 0 | 11001 | 1011100 | 11110 | 101100 | 1010101 | 100110 |
Color Harmonies of #B3870E
Complementary color
Monochromatic Colors of #B3870E
Black with #B3870E
Text Example
Text Example
White with #B3870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3870E; }
p { color: rgb(179,135,14); }
H1.HeaderClassName
{
color: #B3870E;
}
.AnyTagClassName
{
color: #B3870E;
}
</style>
background-color css
<style>
a { background-color: #B3870E; }
a { background-color: rgb(179,135,14); }
div.DivClassName
{
background-color: #B3870E;
}
.BgClassName
{
background-color: #B3870E;
}
</style>
border-color css
<style>
span { border-color: #B3870E; }
span { border-color: rgb(179,135,14); }
td.TdClassName
{
border-color: #B3870E;
}
.TagClassName
{
border-color: #B3870E;
}
</style>