Shades of Dark Goldenrod #B57101
Tints of Dark Goldenrod #B57101
RGB
CMYK
RGB Variations
Color information
#B57101 (or 0xB57101) is known color: Dark Goldenrod. HEX triplet: B5, 71 and 01. RGB value is (181,113,1). Sum of RGB (Red+Green+Blue) = 181+113+1=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B57101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57101 is #4A8EFE. Grayscale: #797979. Windows color (decimal): -4886271 or 94645. OLE color: 94645.
HSL color Cylindrical-coordinate representation of color #B57101: hue angle of 37.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B57101 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.29 |
| HSL | 37.33º | 0.99% | 0.36% | - |
| HSV(B) | 37.33º | 0.99% | 0.71% | - |
| XYZ | 24.97 | 21.64 | 2.89 | - |
| YUV | 120.56 | 60.53 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 1 | 0 | 0.38 | 0.99 | 0.29 | 37.33 | 0.99 | 0.36 |
| Hex | B5 | 71 | 1 | 0 | 26 | 63 | 1D | 25 | 63 | 24 |
| Octal | 265 | 161 | 1 | 0 | 46 | 143 | 35 | 45 | 143 | 44 |
| Binary | 10110101 | 1110001 | 1 | 0 | 100110 | 1100011 | 11101 | 100101 | 1100011 | 100100 |
Color Harmonies of #B57101
Complementary color
Monochromatic Colors of #B57101
Black with #B57101
Text Example
Text Example
White with #B57101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57101; }
p { color: rgb(181,113,1); }
H1.HeaderClassName
{
color: #B57101;
}
.AnyTagClassName
{
color: #B57101;
}
</style>
background-color css
<style>
a { background-color: #B57101; }
a { background-color: rgb(181,113,1); }
div.DivClassName
{
background-color: #B57101;
}
.BgClassName
{
background-color: #B57101;
}
</style>
border-color css
<style>
span { border-color: #B57101; }
span { border-color: rgb(181,113,1); }
td.TdClassName
{
border-color: #B57101;
}
.TagClassName
{
border-color: #B57101;
}
</style>