Shades of Dark Goldenrod #B37C0C
Tints of Dark Goldenrod #B37C0C
RGB
CMYK
RGB Variations
Color information
#B37C0C (or 0xB37C0C) is known color: Dark Goldenrod. HEX triplet: B3, 7C and 0C. RGB value is (179,124,12). Sum of RGB (Red+Green+Blue) = 179+124+12=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37C0C is #4C83F3. Grayscale: #808080. Windows color (decimal): -5014516 or 818355. OLE color: 818355.
HSL color Cylindrical-coordinate representation of color #B37C0C: hue angle of 40.24º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B37C0C is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 12 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.30 |
| HSL | 40.24º | 0.87% | 0.37% | - |
| HSV(B) | 40.24º | 0.93% | 0.7% | - |
| XYZ | 25.86 | 24.03 | 3.62 | - |
| YUV | 127.68 | 62.72 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 12 | 0 | 0.31 | 0.93 | 0.30 | 40.24 | 0.87 | 0.37 |
| Hex | B3 | 7C | C | 0 | 1F | 5D | 1E | 28 | 57 | 25 |
| Octal | 263 | 174 | 14 | 0 | 37 | 135 | 36 | 50 | 127 | 45 |
| Binary | 10110011 | 1111100 | 1100 | 0 | 11111 | 1011101 | 11110 | 101000 | 1010111 | 100101 |
Color Harmonies of #B37C0C
Complementary color
Monochromatic Colors of #B37C0C
Black with #B37C0C
Text Example
Text Example
White with #B37C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C0C; }
p { color: rgb(179,124,12); }
H1.HeaderClassName
{
color: #B37C0C;
}
.AnyTagClassName
{
color: #B37C0C;
}
</style>
background-color css
<style>
a { background-color: #B37C0C; }
a { background-color: rgb(179,124,12); }
div.DivClassName
{
background-color: #B37C0C;
}
.BgClassName
{
background-color: #B37C0C;
}
</style>
border-color css
<style>
span { border-color: #B37C0C; }
span { border-color: rgb(179,124,12); }
td.TdClassName
{
border-color: #B37C0C;
}
.TagClassName
{
border-color: #B37C0C;
}
</style>