Shades of Dark Goldenrod #B37C0B
Tints of Dark Goldenrod #B37C0B
RGB
CMYK
RGB Variations
Color information
#B37C0B (or 0xB37C0B) is known color: Dark Goldenrod. HEX triplet: B3, 7C and 0B. RGB value is (179,124,11). Sum of RGB (Red+Green+Blue) = 179+124+11=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37C0B is #4C83F4. Grayscale: #808080. Windows color (decimal): -5014517 or 752819. OLE color: 752819.
HSL color Cylindrical-coordinate representation of color #B37C0B: hue angle of 40.36º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B37C0B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 11 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.30 |
| HSL | 40.36º | 0.88% | 0.37% | - |
| HSV(B) | 40.36º | 0.94% | 0.7% | - |
| XYZ | 25.86 | 24.02 | 3.59 | - |
| YUV | 127.56 | 62.22 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 11 | 0 | 0.31 | 0.94 | 0.30 | 40.36 | 0.88 | 0.37 |
| Hex | B3 | 7C | B | 0 | 1F | 5E | 1E | 28 | 58 | 25 |
| Octal | 263 | 174 | 13 | 0 | 37 | 136 | 36 | 50 | 130 | 45 |
| Binary | 10110011 | 1111100 | 1011 | 0 | 11111 | 1011110 | 11110 | 101000 | 1011000 | 100101 |
Color Harmonies of #B37C0B
Complementary color
Monochromatic Colors of #B37C0B
Black with #B37C0B
Text Example
Text Example
White with #B37C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C0B; }
p { color: rgb(179,124,11); }
H1.HeaderClassName
{
color: #B37C0B;
}
.AnyTagClassName
{
color: #B37C0B;
}
</style>
background-color css
<style>
a { background-color: #B37C0B; }
a { background-color: rgb(179,124,11); }
div.DivClassName
{
background-color: #B37C0B;
}
.BgClassName
{
background-color: #B37C0B;
}
</style>
border-color css
<style>
span { border-color: #B37C0B; }
span { border-color: rgb(179,124,11); }
td.TdClassName
{
border-color: #B37C0B;
}
.TagClassName
{
border-color: #B37C0B;
}
</style>