Shades of Dark Goldenrod #B57700
Tints of Dark Goldenrod #B57700
RGB
CMYK
RGB Variations
Color information
#B57700 (or 0xB57700) is known color: Dark Goldenrod. HEX triplet: B5, 77 and 00. RGB value is (181,119,0). Sum of RGB (Red+Green+Blue) = 181+119+0=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B57700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57700 is #4A88FF. Grayscale: #7C7C7C. Windows color (decimal): -4884736 or 30645. OLE color: 30645.
HSL color Cylindrical-coordinate representation of color #B57700: hue angle of 39.45º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B57700 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.29 |
| HSL | 39.45º | 1% | 0.35% | - |
| HSV(B) | 39.45º | 1% | 0.71% | - |
| XYZ | 25.65 | 23.02 | 3.09 | - |
| YUV | 123.97 | 58.04 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 0 | 0 | 0.34 | 1 | 0.29 | 39.45 | 1 | 0.35 |
| Hex | B5 | 77 | 0 | 0 | 22 | 64 | 1D | 27 | 64 | 23 |
| Octal | 265 | 167 | 0 | 0 | 42 | 144 | 35 | 47 | 144 | 43 |
| Binary | 10110101 | 1110111 | 0 | 0 | 100010 | 1100100 | 11101 | 100111 | 1100100 | 100011 |
Color Harmonies of #B57700
Complementary color
Monochromatic Colors of #B57700
Black with #B57700
Text Example
Text Example
White with #B57700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57700; }
p { color: rgb(181,119,0); }
H1.HeaderClassName
{
color: #B57700;
}
.AnyTagClassName
{
color: #B57700;
}
</style>
background-color css
<style>
a { background-color: #B57700; }
a { background-color: rgb(181,119,0); }
div.DivClassName
{
background-color: #B57700;
}
.BgClassName
{
background-color: #B57700;
}
</style>
border-color css
<style>
span { border-color: #B57700; }
span { border-color: rgb(181,119,0); }
td.TdClassName
{
border-color: #B57700;
}
.TagClassName
{
border-color: #B57700;
}
</style>