Shades of Dark Goldenrod #B47807
Tints of Dark Goldenrod #B47807
RGB
CMYK
RGB Variations
Color information
#B47807 (or 0xB47807) is known color: Dark Goldenrod. HEX triplet: B4, 78 and 07. RGB value is (180,120,7). Sum of RGB (Red+Green+Blue) = 180+120+7=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B47807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47807 is #4B87F8. Grayscale: #7D7D7D. Windows color (decimal): -4950009 or 489652. OLE color: 489652.
HSL color Cylindrical-coordinate representation of color #B47807: hue angle of 39.19º 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 #B47807 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 7 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.29 |
| HSL | 39.19º | 0.93% | 0.37% | - |
| HSV(B) | 39.19º | 0.96% | 0.71% | - |
| XYZ | 25.58 | 23.15 | 3.32 | - |
| YUV | 125.06 | 61.38 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 7 | 0 | 0.33 | 0.96 | 0.29 | 39.19 | 0.93 | 0.37 |
| Hex | B4 | 78 | 7 | 0 | 21 | 60 | 1D | 27 | 5D | 25 |
| Octal | 264 | 170 | 7 | 0 | 41 | 140 | 35 | 47 | 135 | 45 |
| Binary | 10110100 | 1111000 | 111 | 0 | 100001 | 1100000 | 11101 | 100111 | 1011101 | 100101 |
Color Harmonies of #B47807
Complementary color
Monochromatic Colors of #B47807
Black with #B47807
Text Example
Text Example
White with #B47807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47807; }
p { color: rgb(180,120,7); }
H1.HeaderClassName
{
color: #B47807;
}
.AnyTagClassName
{
color: #B47807;
}
</style>
background-color css
<style>
a { background-color: #B47807; }
a { background-color: rgb(180,120,7); }
div.DivClassName
{
background-color: #B47807;
}
.BgClassName
{
background-color: #B47807;
}
</style>
border-color css
<style>
span { border-color: #B47807; }
span { border-color: rgb(180,120,7); }
td.TdClassName
{
border-color: #B47807;
}
.TagClassName
{
border-color: #B47807;
}
</style>