Shades of Dark Goldenrod #B57001
Tints of Dark Goldenrod #B57001
RGB
CMYK
RGB Variations
Color information
#B57001 (or 0xB57001) is known color: Dark Goldenrod. HEX triplet: B5, 70 and 01. RGB value is (181,112,1). Sum of RGB (Red+Green+Blue) = 181+112+1=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B57001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57001 is #4A8FFE. Grayscale: #787878. Windows color (decimal): -4886527 or 94389. OLE color: 94389.
HSL color Cylindrical-coordinate representation of color #B57001: hue angle of 37º 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 #B57001 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.29 |
| HSL | 37º | 0.99% | 0.36% | - |
| HSV(B) | 37º | 0.99% | 0.71% | - |
| XYZ | 24.86 | 21.41 | 2.85 | - |
| YUV | 119.98 | 60.86 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 1 | 0 | 0.38 | 0.99 | 0.29 | 37 | 0.99 | 0.36 |
| Hex | B5 | 70 | 1 | 0 | 26 | 63 | 1D | 25 | 63 | 24 |
| Octal | 265 | 160 | 1 | 0 | 46 | 143 | 35 | 45 | 143 | 44 |
| Binary | 10110101 | 1110000 | 1 | 0 | 100110 | 1100011 | 11101 | 100101 | 1100011 | 100100 |
Color Harmonies of #B57001
Complementary color
Monochromatic Colors of #B57001
Black with #B57001
Text Example
Text Example
White with #B57001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57001; }
p { color: rgb(181,112,1); }
H1.HeaderClassName
{
color: #B57001;
}
.AnyTagClassName
{
color: #B57001;
}
</style>
background-color css
<style>
a { background-color: #B57001; }
a { background-color: rgb(181,112,1); }
div.DivClassName
{
background-color: #B57001;
}
.BgClassName
{
background-color: #B57001;
}
</style>
border-color css
<style>
span { border-color: #B57001; }
span { border-color: rgb(181,112,1); }
td.TdClassName
{
border-color: #B57001;
}
.TagClassName
{
border-color: #B57001;
}
</style>