Shades of Dark Goldenrod #B37C0E
Tints of Dark Goldenrod #B37C0E
RGB
CMYK
RGB Variations
Color information
#B37C0E (or 0xB37C0E) is known color: Dark Goldenrod. HEX triplet: B3, 7C and 0E. RGB value is (179,124,14). Sum of RGB (Red+Green+Blue) = 179+124+14=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37C0E is #4C83F1. Grayscale: #808080. Windows color (decimal): -5014514 or 949427. OLE color: 949427.
HSL color Cylindrical-coordinate representation of color #B37C0E: hue angle of 40º 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 #B37C0E is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 14 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.30 |
| HSL | 40º | 0.85% | 0.38% | - |
| HSV(B) | 40º | 0.92% | 0.7% | - |
| XYZ | 25.88 | 24.03 | 3.69 | - |
| YUV | 127.91 | 63.72 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 14 | 0 | 0.31 | 0.92 | 0.30 | 40 | 0.85 | 0.38 |
| Hex | B3 | 7C | E | 0 | 1F | 5C | 1E | 28 | 55 | 26 |
| Octal | 263 | 174 | 16 | 0 | 37 | 134 | 36 | 50 | 125 | 46 |
| Binary | 10110011 | 1111100 | 1110 | 0 | 11111 | 1011100 | 11110 | 101000 | 1010101 | 100110 |
Color Harmonies of #B37C0E
Complementary color
Monochromatic Colors of #B37C0E
Black with #B37C0E
Text Example
Text Example
White with #B37C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C0E; }
p { color: rgb(179,124,14); }
H1.HeaderClassName
{
color: #B37C0E;
}
.AnyTagClassName
{
color: #B37C0E;
}
</style>
background-color css
<style>
a { background-color: #B37C0E; }
a { background-color: rgb(179,124,14); }
div.DivClassName
{
background-color: #B37C0E;
}
.BgClassName
{
background-color: #B37C0E;
}
</style>
border-color css
<style>
span { border-color: #B37C0E; }
span { border-color: rgb(179,124,14); }
td.TdClassName
{
border-color: #B37C0E;
}
.TagClassName
{
border-color: #B37C0E;
}
</style>