Shades of Dark Goldenrod #B5710D
Tints of Dark Goldenrod #B5710D
RGB
CMYK
RGB Variations
Color information
#B5710D (or 0xB5710D) is known color: Dark Goldenrod. HEX triplet: B5, 71 and 0D. RGB value is (181,113,13). Sum of RGB (Red+Green+Blue) = 181+113+13=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5710D is #4A8EF2. Grayscale: #7A7A7A. Windows color (decimal): -4886259 or 881077. OLE color: 881077.
HSL color Cylindrical-coordinate representation of color #B5710D: hue angle of 35.71º 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 #B5710D is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 13 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.29 |
| HSL | 35.71º | 0.87% | 0.38% | - |
| HSV(B) | 35.71º | 0.93% | 0.71% | - |
| XYZ | 25.03 | 21.66 | 3.24 | - |
| YUV | 121.93 | 66.53 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 13 | 0 | 0.38 | 0.93 | 0.29 | 35.71 | 0.87 | 0.38 |
| Hex | B5 | 71 | D | 0 | 26 | 5D | 1D | 24 | 57 | 26 |
| Octal | 265 | 161 | 15 | 0 | 46 | 135 | 35 | 44 | 127 | 46 |
| Binary | 10110101 | 1110001 | 1101 | 0 | 100110 | 1011101 | 11101 | 100100 | 1010111 | 100110 |
Color Harmonies of #B5710D
Complementary color
Monochromatic Colors of #B5710D
Black with #B5710D
Text Example
Text Example
White with #B5710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5710D; }
p { color: rgb(181,113,13); }
H1.HeaderClassName
{
color: #B5710D;
}
.AnyTagClassName
{
color: #B5710D;
}
</style>
background-color css
<style>
a { background-color: #B5710D; }
a { background-color: rgb(181,113,13); }
div.DivClassName
{
background-color: #B5710D;
}
.BgClassName
{
background-color: #B5710D;
}
</style>
border-color css
<style>
span { border-color: #B5710D; }
span { border-color: rgb(181,113,13); }
td.TdClassName
{
border-color: #B5710D;
}
.TagClassName
{
border-color: #B5710D;
}
</style>