Shades of Dark Goldenrod #B47F00
Tints of Dark Goldenrod #B47F00
RGB
CMYK
RGB Variations
Color information
#B47F00 (or 0xB47F00) is known color: Dark Goldenrod. HEX triplet: B4, 7F and 00. RGB value is (180,127,0). Sum of RGB (Red+Green+Blue) = 180+127+0=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47F00 is #4B80FF. Grayscale: #808080. Windows color (decimal): -4948224 or 32692. OLE color: 32692.
HSL color Cylindrical-coordinate representation of color #B47F00: hue angle of 42.33º 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 #B47F00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 127 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.29 |
| HSL | 42.33º | 1% | 0.35% | - |
| HSV(B) | 42.33º | 1% | 0.71% | - |
| XYZ | 26.41 | 24.88 | 3.41 | - |
| YUV | 128.37 | 55.56 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 127 | 0 | 0 | 0.29 | 1 | 0.29 | 42.33 | 1 | 0.35 |
| Hex | B4 | 7F | 0 | 0 | 1D | 64 | 1D | 2A | 64 | 23 |
| Octal | 264 | 177 | 0 | 0 | 35 | 144 | 35 | 52 | 144 | 43 |
| Binary | 10110100 | 1111111 | 0 | 0 | 11101 | 1100100 | 11101 | 101010 | 1100100 | 100011 |
Color Harmonies of #B47F00
Complementary color
Monochromatic Colors of #B47F00
Black with #B47F00
Text Example
Text Example
White with #B47F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47F00; }
p { color: rgb(180,127,0); }
H1.HeaderClassName
{
color: #B47F00;
}
.AnyTagClassName
{
color: #B47F00;
}
</style>
background-color css
<style>
a { background-color: #B47F00; }
a { background-color: rgb(180,127,0); }
div.DivClassName
{
background-color: #B47F00;
}
.BgClassName
{
background-color: #B47F00;
}
</style>
border-color css
<style>
span { border-color: #B47F00; }
span { border-color: rgb(180,127,0); }
td.TdClassName
{
border-color: #B47F00;
}
.TagClassName
{
border-color: #B47F00;
}
</style>