Shades of Dark Goldenrod #B47101
Tints of Dark Goldenrod #B47101
RGB
CMYK
RGB Variations
Color information
#B47101 (or 0xB47101) is known color: Dark Goldenrod. HEX triplet: B4, 71 and 01. RGB value is (180,113,1). Sum of RGB (Red+Green+Blue) = 180+113+1=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B47101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47101 is #4B8EFE. Grayscale: #787878. Windows color (decimal): -4951807 or 94644. OLE color: 94644.
HSL color Cylindrical-coordinate representation of color #B47101: hue angle of 37.54º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B47101 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.29 |
| HSL | 37.54º | 0.99% | 0.35% | - |
| HSV(B) | 37.54º | 0.99% | 0.71% | - |
| XYZ | 24.73 | 21.52 | 2.88 | - |
| YUV | 120.27 | 60.7 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 1 | 0 | 0.37 | 0.99 | 0.29 | 37.54 | 0.99 | 0.35 |
| Hex | B4 | 71 | 1 | 0 | 25 | 63 | 1D | 26 | 63 | 23 |
| Octal | 264 | 161 | 1 | 0 | 45 | 143 | 35 | 46 | 143 | 43 |
| Binary | 10110100 | 1110001 | 1 | 0 | 100101 | 1100011 | 11101 | 100110 | 1100011 | 100011 |
Color Harmonies of #B47101
Complementary color
Monochromatic Colors of #B47101
Black with #B47101
Text Example
Text Example
White with #B47101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47101; }
p { color: rgb(180,113,1); }
H1.HeaderClassName
{
color: #B47101;
}
.AnyTagClassName
{
color: #B47101;
}
</style>
background-color css
<style>
a { background-color: #B47101; }
a { background-color: rgb(180,113,1); }
div.DivClassName
{
background-color: #B47101;
}
.BgClassName
{
background-color: #B47101;
}
</style>
border-color css
<style>
span { border-color: #B47101; }
span { border-color: rgb(180,113,1); }
td.TdClassName
{
border-color: #B47101;
}
.TagClassName
{
border-color: #B47101;
}
</style>