Shades of Dark Goldenrod #B57702
Tints of Dark Goldenrod #B57702
RGB
CMYK
RGB Variations
Color information
#B57702 (or 0xB57702) is known color: Dark Goldenrod. HEX triplet: B5, 77 and 02. RGB value is (181,119,2). Sum of RGB (Red+Green+Blue) = 181+119+2=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B57702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57702 is #4A88FD. Grayscale: #7C7C7C. Windows color (decimal): -4884734 or 161717. OLE color: 161717.
HSL color Cylindrical-coordinate representation of color #B57702: hue angle of 39.22º degrees, saturation: 0.98, 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 #B57702 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.29 |
| HSL | 39.22º | 0.98% | 0.36% | - |
| HSV(B) | 39.22º | 0.99% | 0.71% | - |
| XYZ | 25.66 | 23.02 | 3.15 | - |
| YUV | 124.2 | 59.04 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 2 | 0 | 0.34 | 0.99 | 0.29 | 39.22 | 0.98 | 0.36 |
| Hex | B5 | 77 | 2 | 0 | 22 | 63 | 1D | 27 | 62 | 24 |
| Octal | 265 | 167 | 2 | 0 | 42 | 143 | 35 | 47 | 142 | 44 |
| Binary | 10110101 | 1110111 | 10 | 0 | 100010 | 1100011 | 11101 | 100111 | 1100010 | 100100 |
Color Harmonies of #B57702
Complementary color
Monochromatic Colors of #B57702
Black with #B57702
Text Example
Text Example
White with #B57702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57702; }
p { color: rgb(181,119,2); }
H1.HeaderClassName
{
color: #B57702;
}
.AnyTagClassName
{
color: #B57702;
}
</style>
background-color css
<style>
a { background-color: #B57702; }
a { background-color: rgb(181,119,2); }
div.DivClassName
{
background-color: #B57702;
}
.BgClassName
{
background-color: #B57702;
}
</style>
border-color css
<style>
span { border-color: #B57702; }
span { border-color: rgb(181,119,2); }
td.TdClassName
{
border-color: #B57702;
}
.TagClassName
{
border-color: #B57702;
}
</style>