Shades of Dark Goldenrod #B57701
Tints of Dark Goldenrod #B57701
RGB
CMYK
RGB Variations
Color information
#B57701 (or 0xB57701) is known color: Dark Goldenrod. HEX triplet: B5, 77 and 01. RGB value is (181,119,1). Sum of RGB (Red+Green+Blue) = 181+119+1=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B57701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57701 is #4A88FE. Grayscale: #7C7C7C. Windows color (decimal): -4884735 or 96181. OLE color: 96181.
HSL color Cylindrical-coordinate representation of color #B57701: hue angle of 39.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 #B57701 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.29 |
| HSL | 39.33º | 0.99% | 0.36% | - |
| HSV(B) | 39.33º | 0.99% | 0.71% | - |
| XYZ | 25.66 | 23.02 | 3.12 | - |
| YUV | 124.09 | 58.54 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 1 | 0 | 0.34 | 0.99 | 0.29 | 39.33 | 0.99 | 0.36 |
| Hex | B5 | 77 | 1 | 0 | 22 | 63 | 1D | 27 | 63 | 24 |
| Octal | 265 | 167 | 1 | 0 | 42 | 143 | 35 | 47 | 143 | 44 |
| Binary | 10110101 | 1110111 | 1 | 0 | 100010 | 1100011 | 11101 | 100111 | 1100011 | 100100 |
Color Harmonies of #B57701
Complementary color
Monochromatic Colors of #B57701
Black with #B57701
Text Example
Text Example
White with #B57701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57701; }
p { color: rgb(181,119,1); }
H1.HeaderClassName
{
color: #B57701;
}
.AnyTagClassName
{
color: #B57701;
}
</style>
background-color css
<style>
a { background-color: #B57701; }
a { background-color: rgb(181,119,1); }
div.DivClassName
{
background-color: #B57701;
}
.BgClassName
{
background-color: #B57701;
}
</style>
border-color css
<style>
span { border-color: #B57701; }
span { border-color: rgb(181,119,1); }
td.TdClassName
{
border-color: #B57701;
}
.TagClassName
{
border-color: #B57701;
}
</style>