Shades of Dark Goldenrod #B47C0E
Tints of Dark Goldenrod #B47C0E
RGB
CMYK
RGB Variations
Color information
#B47C0E (or 0xB47C0E) is known color: Dark Goldenrod. HEX triplet: B4, 7C and 0E. RGB value is (180,124,14). Sum of RGB (Red+Green+Blue) = 180+124+14=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47C0E is #4B83F1. Grayscale: #808080. Windows color (decimal): -4948978 or 949428. OLE color: 949428.
HSL color Cylindrical-coordinate representation of color #B47C0E: hue angle of 39.76º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B47C0E is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 124 | 14 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.29 |
| HSL | 39.76º | 0.86% | 0.38% | - |
| HSV(B) | 39.76º | 0.92% | 0.71% | - |
| XYZ | 26.11 | 24.15 | 3.7 | - |
| YUV | 128.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 14 | 0 | 0.31 | 0.92 | 0.29 | 39.76 | 0.86 | 0.38 |
| Hex | B4 | 7C | E | 0 | 1F | 5C | 1D | 28 | 56 | 26 |
| Octal | 264 | 174 | 16 | 0 | 37 | 134 | 35 | 50 | 126 | 46 |
| Binary | 10110100 | 1111100 | 1110 | 0 | 11111 | 1011100 | 11101 | 101000 | 1010110 | 100110 |
Color Harmonies of #B47C0E
Complementary color
Monochromatic Colors of #B47C0E
Black with #B47C0E
Text Example
Text Example
White with #B47C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47C0E; }
p { color: rgb(180,124,14); }
H1.HeaderClassName
{
color: #B47C0E;
}
.AnyTagClassName
{
color: #B47C0E;
}
</style>
background-color css
<style>
a { background-color: #B47C0E; }
a { background-color: rgb(180,124,14); }
div.DivClassName
{
background-color: #B47C0E;
}
.BgClassName
{
background-color: #B47C0E;
}
</style>
border-color css
<style>
span { border-color: #B47C0E; }
span { border-color: rgb(180,124,14); }
td.TdClassName
{
border-color: #B47C0E;
}
.TagClassName
{
border-color: #B47C0E;
}
</style>