Shades of Dark Goldenrod #B37F00
Tints of Dark Goldenrod #B37F00
RGB
CMYK
RGB Variations
Color information
#B37F00 (or 0xB37F00) is known color: Dark Goldenrod. HEX triplet: B3, 7F and 00. RGB value is (179,127,0). Sum of RGB (Red+Green+Blue) = 179+127+0=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37F00 is #4C80FF. Grayscale: #808080. Windows color (decimal): -5013760 or 32691. OLE color: 32691.
HSL color Cylindrical-coordinate representation of color #B37F00: hue angle of 42.57º 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 #B37F00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.30 |
| HSL | 42.57º | 1% | 0.35% | - |
| HSV(B) | 42.57º | 1% | 0.7% | - |
| XYZ | 26.18 | 24.76 | 3.4 | - |
| YUV | 128.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 0 | 0 | 0.29 | 1 | 0.30 | 42.57 | 1 | 0.35 |
| Hex | B3 | 7F | 0 | 0 | 1D | 64 | 1E | 2B | 64 | 23 |
| Octal | 263 | 177 | 0 | 0 | 35 | 144 | 36 | 53 | 144 | 43 |
| Binary | 10110011 | 1111111 | 0 | 0 | 11101 | 1100100 | 11110 | 101011 | 1100100 | 100011 |
Color Harmonies of #B37F00
Complementary color
Monochromatic Colors of #B37F00
Black with #B37F00
Text Example
Text Example
White with #B37F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F00; }
p { color: rgb(179,127,0); }
H1.HeaderClassName
{
color: #B37F00;
}
.AnyTagClassName
{
color: #B37F00;
}
</style>
background-color css
<style>
a { background-color: #B37F00; }
a { background-color: rgb(179,127,0); }
div.DivClassName
{
background-color: #B37F00;
}
.BgClassName
{
background-color: #B37F00;
}
</style>
border-color css
<style>
span { border-color: #B37F00; }
span { border-color: rgb(179,127,0); }
td.TdClassName
{
border-color: #B37F00;
}
.TagClassName
{
border-color: #B37F00;
}
</style>