Shades of Dark Goldenrod #B37A00
Tints of Dark Goldenrod #B37A00
RGB
CMYK
RGB Variations
Color information
#B37A00 (or 0xB37A00) is known color: Dark Goldenrod. HEX triplet: B3, 7A and 00. RGB value is (179,122,0). Sum of RGB (Red+Green+Blue) = 179+122+0=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37A00 is #4C85FF. Grayscale: #7D7D7D. Windows color (decimal): -5015040 or 31411. OLE color: 31411.
HSL color Cylindrical-coordinate representation of color #B37A00: hue angle of 40.89º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B37A00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.30 |
| HSL | 40.89º | 1% | 0.35% | - |
| HSV(B) | 40.89º | 1% | 0.7% | - |
| XYZ | 25.55 | 23.5 | 3.19 | - |
| YUV | 125.14 | 57.38 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 0 | 0 | 0.32 | 1 | 0.30 | 40.89 | 1 | 0.35 |
| Hex | B3 | 7A | 0 | 0 | 20 | 64 | 1E | 29 | 64 | 23 |
| Octal | 263 | 172 | 0 | 0 | 40 | 144 | 36 | 51 | 144 | 43 |
| Binary | 10110011 | 1111010 | 0 | 0 | 100000 | 1100100 | 11110 | 101001 | 1100100 | 100011 |
Color Harmonies of #B37A00
Complementary color
Monochromatic Colors of #B37A00
Black with #B37A00
Text Example
Text Example
White with #B37A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37A00; }
p { color: rgb(179,122,0); }
H1.HeaderClassName
{
color: #B37A00;
}
.AnyTagClassName
{
color: #B37A00;
}
</style>
background-color css
<style>
a { background-color: #B37A00; }
a { background-color: rgb(179,122,0); }
div.DivClassName
{
background-color: #B37A00;
}
.BgClassName
{
background-color: #B37A00;
}
</style>
border-color css
<style>
span { border-color: #B37A00; }
span { border-color: rgb(179,122,0); }
td.TdClassName
{
border-color: #B37A00;
}
.TagClassName
{
border-color: #B37A00;
}
</style>