Shades of Dark Goldenrod #B57201
Tints of Dark Goldenrod #B57201
RGB
CMYK
RGB Variations
Color information
#B57201 (or 0xB57201) is known color: Dark Goldenrod. HEX triplet: B5, 72 and 01. RGB value is (181,114,1). Sum of RGB (Red+Green+Blue) = 181+114+1=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B57201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57201 is #4A8DFE. Grayscale: #797979. Windows color (decimal): -4886015 or 94901. OLE color: 94901.
HSL color Cylindrical-coordinate representation of color #B57201: hue angle of 37.67º 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 #B57201 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.29 |
| HSL | 37.67º | 0.99% | 0.36% | - |
| HSV(B) | 37.67º | 0.99% | 0.71% | - |
| XYZ | 25.08 | 21.86 | 2.93 | - |
| YUV | 121.15 | 60.2 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 1 | 0 | 0.37 | 0.99 | 0.29 | 37.67 | 0.99 | 0.36 |
| Hex | B5 | 72 | 1 | 0 | 25 | 63 | 1D | 26 | 63 | 24 |
| Octal | 265 | 162 | 1 | 0 | 45 | 143 | 35 | 46 | 143 | 44 |
| Binary | 10110101 | 1110010 | 1 | 0 | 100101 | 1100011 | 11101 | 100110 | 1100011 | 100100 |
Color Harmonies of #B57201
Complementary color
Monochromatic Colors of #B57201
Black with #B57201
Text Example
Text Example
White with #B57201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57201; }
p { color: rgb(181,114,1); }
H1.HeaderClassName
{
color: #B57201;
}
.AnyTagClassName
{
color: #B57201;
}
</style>
background-color css
<style>
a { background-color: #B57201; }
a { background-color: rgb(181,114,1); }
div.DivClassName
{
background-color: #B57201;
}
.BgClassName
{
background-color: #B57201;
}
</style>
border-color css
<style>
span { border-color: #B57201; }
span { border-color: rgb(181,114,1); }
td.TdClassName
{
border-color: #B57201;
}
.TagClassName
{
border-color: #B57201;
}
</style>