Shades of Dark Goldenrod #B47A00
Tints of Dark Goldenrod #B47A00
RGB
CMYK
RGB Variations
Color information
#B47A00 (or 0xB47A00) is known color: Dark Goldenrod. HEX triplet: B4, 7A and 00. RGB value is (180,122,0). Sum of RGB (Red+Green+Blue) = 180+122+0=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47A00 is #4B85FF. Grayscale: #7D7D7D. Windows color (decimal): -4949504 or 31412. OLE color: 31412.
HSL color Cylindrical-coordinate representation of color #B47A00: hue angle of 40.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B47A00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.29 |
| HSL | 40.67º | 1% | 0.35% | - |
| HSV(B) | 40.67º | 1% | 0.71% | - |
| XYZ | 25.78 | 23.62 | 3.2 | - |
| YUV | 125.43 | 57.22 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 0 | 0 | 0.32 | 1 | 0.29 | 40.67 | 1 | 0.35 |
| Hex | B4 | 7A | 0 | 0 | 20 | 64 | 1D | 29 | 64 | 23 |
| Octal | 264 | 172 | 0 | 0 | 40 | 144 | 35 | 51 | 144 | 43 |
| Binary | 10110100 | 1111010 | 0 | 0 | 100000 | 1100100 | 11101 | 101001 | 1100100 | 100011 |
Color Harmonies of #B47A00
Complementary color
Monochromatic Colors of #B47A00
Black with #B47A00
Text Example
Text Example
White with #B47A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A00; }
p { color: rgb(180,122,0); }
H1.HeaderClassName
{
color: #B47A00;
}
.AnyTagClassName
{
color: #B47A00;
}
</style>
background-color css
<style>
a { background-color: #B47A00; }
a { background-color: rgb(180,122,0); }
div.DivClassName
{
background-color: #B47A00;
}
.BgClassName
{
background-color: #B47A00;
}
</style>
border-color css
<style>
span { border-color: #B47A00; }
span { border-color: rgb(180,122,0); }
td.TdClassName
{
border-color: #B47A00;
}
.TagClassName
{
border-color: #B47A00;
}
</style>