Shades of Dark Goldenrod #B4710D
Tints of Dark Goldenrod #B4710D
RGB
CMYK
RGB Variations
Color information
#B4710D (or 0xB4710D) is known color: Dark Goldenrod. HEX triplet: B4, 71 and 0D. RGB value is (180,113,13). Sum of RGB (Red+Green+Blue) = 180+113+13=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B4710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4710D is #4B8EF2. Grayscale: #7A7A7A. Windows color (decimal): -4951795 or 881076. OLE color: 881076.
HSL color Cylindrical-coordinate representation of color #B4710D: hue angle of 35.93º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4710D is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 13 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.29 |
| HSL | 35.93º | 0.87% | 0.38% | - |
| HSV(B) | 35.93º | 0.93% | 0.71% | - |
| XYZ | 24.8 | 21.54 | 3.23 | - |
| YUV | 121.63 | 66.7 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 13 | 0 | 0.37 | 0.93 | 0.29 | 35.93 | 0.87 | 0.38 |
| Hex | B4 | 71 | D | 0 | 25 | 5D | 1D | 24 | 57 | 26 |
| Octal | 264 | 161 | 15 | 0 | 45 | 135 | 35 | 44 | 127 | 46 |
| Binary | 10110100 | 1110001 | 1101 | 0 | 100101 | 1011101 | 11101 | 100100 | 1010111 | 100110 |
Color Harmonies of #B4710D
Complementary color
Monochromatic Colors of #B4710D
Black with #B4710D
Text Example
Text Example
White with #B4710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4710D; }
p { color: rgb(180,113,13); }
H1.HeaderClassName
{
color: #B4710D;
}
.AnyTagClassName
{
color: #B4710D;
}
</style>
background-color css
<style>
a { background-color: #B4710D; }
a { background-color: rgb(180,113,13); }
div.DivClassName
{
background-color: #B4710D;
}
.BgClassName
{
background-color: #B4710D;
}
</style>
border-color css
<style>
span { border-color: #B4710D; }
span { border-color: rgb(180,113,13); }
td.TdClassName
{
border-color: #B4710D;
}
.TagClassName
{
border-color: #B4710D;
}
</style>