Shades of Dark Goldenrod #B57100
Tints of Dark Goldenrod #B57100
RGB
CMYK
RGB Variations
Color information
#B57100 (or 0xB57100) is known color: Dark Goldenrod. HEX triplet: B5, 71 and 00. RGB value is (181,113,0). Sum of RGB (Red+Green+Blue) = 181+113+0=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B57100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57100 is #4A8EFF. Grayscale: #787878. Windows color (decimal): -4886272 or 29109. OLE color: 29109.
HSL color Cylindrical-coordinate representation of color #B57100: hue angle of 37.46º 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 #B57100 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.29 |
| HSL | 37.46º | 1% | 0.35% | - |
| HSV(B) | 37.46º | 1% | 0.71% | - |
| XYZ | 24.96 | 21.63 | 2.86 | - |
| YUV | 120.45 | 60.03 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 0 | 0 | 0.38 | 1 | 0.29 | 37.46 | 1 | 0.35 |
| Hex | B5 | 71 | 0 | 0 | 26 | 64 | 1D | 25 | 64 | 23 |
| Octal | 265 | 161 | 0 | 0 | 46 | 144 | 35 | 45 | 144 | 43 |
| Binary | 10110101 | 1110001 | 0 | 0 | 100110 | 1100100 | 11101 | 100101 | 1100100 | 100011 |
Color Harmonies of #B57100
Complementary color
Monochromatic Colors of #B57100
Black with #B57100
Text Example
Text Example
White with #B57100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57100; }
p { color: rgb(181,113,0); }
H1.HeaderClassName
{
color: #B57100;
}
.AnyTagClassName
{
color: #B57100;
}
</style>
background-color css
<style>
a { background-color: #B57100; }
a { background-color: rgb(181,113,0); }
div.DivClassName
{
background-color: #B57100;
}
.BgClassName
{
background-color: #B57100;
}
</style>
border-color css
<style>
span { border-color: #B57100; }
span { border-color: rgb(181,113,0); }
td.TdClassName
{
border-color: #B57100;
}
.TagClassName
{
border-color: #B57100;
}
</style>