Shades of Dark Goldenrod #B3890E
Tints of Dark Goldenrod #B3890E
RGB
CMYK
RGB Variations
Color information
#B3890E (or 0xB3890E) is known color: Dark Goldenrod. HEX triplet: B3, 89 and 0E. RGB value is (179,137,14). Sum of RGB (Red+Green+Blue) = 179+137+14=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B3890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3890E is #4C76F1. Grayscale: #888888. Windows color (decimal): -5011186 or 952755. OLE color: 952755.
HSL color Cylindrical-coordinate representation of color #B3890E: hue angle of 44.73º 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 #B3890E is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 14 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.30 |
| HSL | 44.73º | 0.85% | 0.38% | - |
| HSV(B) | 44.73º | 0.92% | 0.7% | - |
| XYZ | 27.62 | 27.51 | 4.27 | - |
| YUV | 135.54 | 59.41 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 14 | 0 | 0.23 | 0.92 | 0.30 | 44.73 | 0.85 | 0.38 |
| Hex | B3 | 89 | E | 0 | 17 | 5C | 1E | 2D | 55 | 26 |
| Octal | 263 | 211 | 16 | 0 | 27 | 134 | 36 | 55 | 125 | 46 |
| Binary | 10110011 | 10001001 | 1110 | 0 | 10111 | 1011100 | 11110 | 101101 | 1010101 | 100110 |
Color Harmonies of #B3890E
Complementary color
Monochromatic Colors of #B3890E
Black with #B3890E
Text Example
Text Example
White with #B3890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3890E; }
p { color: rgb(179,137,14); }
H1.HeaderClassName
{
color: #B3890E;
}
.AnyTagClassName
{
color: #B3890E;
}
</style>
background-color css
<style>
a { background-color: #B3890E; }
a { background-color: rgb(179,137,14); }
div.DivClassName
{
background-color: #B3890E;
}
.BgClassName
{
background-color: #B3890E;
}
</style>
border-color css
<style>
span { border-color: #B3890E; }
span { border-color: rgb(179,137,14); }
td.TdClassName
{
border-color: #B3890E;
}
.TagClassName
{
border-color: #B3890E;
}
</style>