Shades of Dark Goldenrod #B47407
Tints of Dark Goldenrod #B47407
RGB
CMYK
RGB Variations
Color information
#B47407 (or 0xB47407) is known color: Dark Goldenrod. HEX triplet: B4, 74 and 07. RGB value is (180,116,7). Sum of RGB (Red+Green+Blue) = 180+116+7=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B47407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47407 is #4B8BF8. Grayscale: #7B7B7B. Windows color (decimal): -4951033 or 488628. OLE color: 488628.
HSL color Cylindrical-coordinate representation of color #B47407: hue angle of 37.8º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B47407 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 116 | 7 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.29 |
| HSL | 37.8º | 0.93% | 0.37% | - |
| HSV(B) | 37.8º | 0.96% | 0.71% | - |
| XYZ | 25.11 | 22.21 | 3.16 | - |
| YUV | 122.71 | 62.7 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 116 | 7 | 0 | 0.36 | 0.96 | 0.29 | 37.8 | 0.93 | 0.37 |
| Hex | B4 | 74 | 7 | 0 | 24 | 60 | 1D | 26 | 5D | 25 |
| Octal | 264 | 164 | 7 | 0 | 44 | 140 | 35 | 46 | 135 | 45 |
| Binary | 10110100 | 1110100 | 111 | 0 | 100100 | 1100000 | 11101 | 100110 | 1011101 | 100101 |
Color Harmonies of #B47407
Complementary color
Monochromatic Colors of #B47407
Black with #B47407
Text Example
Text Example
White with #B47407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47407; }
p { color: rgb(180,116,7); }
H1.HeaderClassName
{
color: #B47407;
}
.AnyTagClassName
{
color: #B47407;
}
</style>
background-color css
<style>
a { background-color: #B47407; }
a { background-color: rgb(180,116,7); }
div.DivClassName
{
background-color: #B47407;
}
.BgClassName
{
background-color: #B47407;
}
</style>
border-color css
<style>
span { border-color: #B47407; }
span { border-color: rgb(180,116,7); }
td.TdClassName
{
border-color: #B47407;
}
.TagClassName
{
border-color: #B47407;
}
</style>