Shades of Medium Wood #B57A58
Tints of Medium Wood #B57A58
RGB
CMYK
RGB Variations
Color information
#B57A58 (or 0xB57A58) is known color: Medium Wood. HEX triplet: B5, 7A and 58. RGB value is (181,122,88). Sum of RGB (Red+Green+Blue) = 181+122+88=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A58 is #4A85A7. Grayscale: #878787. Windows color (decimal): -4883880 or 5798581. OLE color: 5798581.
HSL color Cylindrical-coordinate representation of color #B57A58: hue angle of 21.94º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B57A58 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 88 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.29 |
| HSL | 21.94º | 0.39% | 0.53% | - |
| HSV(B) | 21.94º | 0.51% | 0.71% | - |
| XYZ | 27.78 | 24.45 | 12.49 | - |
| YUV | 135.77 | 101.05 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 88 | 0 | 0.33 | 0.51 | 0.29 | 21.94 | 0.39 | 0.53 |
| Hex | B5 | 7A | 58 | 0 | 21 | 33 | 1D | 16 | 27 | 35 |
| Octal | 265 | 172 | 130 | 0 | 41 | 63 | 35 | 26 | 47 | 65 |
| Binary | 10110101 | 1111010 | 1011000 | 0 | 100001 | 110011 | 11101 | 10110 | 100111 | 110101 |
Color Harmonies of #B57A58
Complementary color
Monochromatic Colors of #B57A58
Black with #B57A58
Text Example
Text Example
White with #B57A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A58; }
p { color: rgb(181,122,88); }
H1.HeaderClassName
{
color: #B57A58;
}
.AnyTagClassName
{
color: #B57A58;
}
</style>
background-color css
<style>
a { background-color: #B57A58; }
a { background-color: rgb(181,122,88); }
div.DivClassName
{
background-color: #B57A58;
}
.BgClassName
{
background-color: #B57A58;
}
</style>
border-color css
<style>
span { border-color: #B57A58; }
span { border-color: rgb(181,122,88); }
td.TdClassName
{
border-color: #B57A58;
}
.TagClassName
{
border-color: #B57A58;
}
</style>