Shades of Dark Goldenrod #B37E0E
Tints of Dark Goldenrod #B37E0E
RGB
CMYK
RGB Variations
Color information
#B37E0E (or 0xB37E0E) is known color: Dark Goldenrod. HEX triplet: B3, 7E and 0E. RGB value is (179,126,14). Sum of RGB (Red+Green+Blue) = 179+126+14=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37E0E is #4C81F1. Grayscale: #818181. Windows color (decimal): -5014002 or 949939. OLE color: 949939.
HSL color Cylindrical-coordinate representation of color #B37E0E: hue angle of 40.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 #B37E0E is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 126 | 14 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.30 |
| HSL | 40.73º | 0.85% | 0.38% | - |
| HSV(B) | 40.73º | 0.92% | 0.7% | - |
| XYZ | 26.13 | 24.54 | 3.77 | - |
| YUV | 129.08 | 63.06 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 126 | 14 | 0 | 0.30 | 0.92 | 0.30 | 40.73 | 0.85 | 0.38 |
| Hex | B3 | 7E | E | 0 | 1E | 5C | 1E | 29 | 55 | 26 |
| Octal | 263 | 176 | 16 | 0 | 36 | 134 | 36 | 51 | 125 | 46 |
| Binary | 10110011 | 1111110 | 1110 | 0 | 11110 | 1011100 | 11110 | 101001 | 1010101 | 100110 |
Color Harmonies of #B37E0E
Complementary color
Monochromatic Colors of #B37E0E
Black with #B37E0E
Text Example
Text Example
White with #B37E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37E0E; }
p { color: rgb(179,126,14); }
H1.HeaderClassName
{
color: #B37E0E;
}
.AnyTagClassName
{
color: #B37E0E;
}
</style>
background-color css
<style>
a { background-color: #B37E0E; }
a { background-color: rgb(179,126,14); }
div.DivClassName
{
background-color: #B37E0E;
}
.BgClassName
{
background-color: #B37E0E;
}
</style>
border-color css
<style>
span { border-color: #B37E0E; }
span { border-color: rgb(179,126,14); }
td.TdClassName
{
border-color: #B37E0E;
}
.TagClassName
{
border-color: #B37E0E;
}
</style>