Shades of Medium Wood #B57A5B
Tints of Medium Wood #B57A5B
RGB
CMYK
RGB Variations
Color information
#B57A5B (or 0xB57A5B) is known color: Medium Wood. HEX triplet: B5, 7A and 5B. RGB value is (181,122,91). Sum of RGB (Red+Green+Blue) = 181+122+91=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A5B is #4A85A4. Grayscale: #888888. Windows color (decimal): -4883877 or 5995189. OLE color: 5995189.
HSL color Cylindrical-coordinate representation of color #B57A5B: hue angle of 20.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B57A5B is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 91 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.29 |
| HSL | 20.67º | 0.38% | 0.53% | - |
| HSV(B) | 20.67º | 0.5% | 0.71% | - |
| XYZ | 27.9 | 24.5 | 13.16 | - |
| YUV | 136.11 | 102.55 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 91 | 0 | 0.33 | 0.50 | 0.29 | 20.67 | 0.38 | 0.53 |
| Hex | B5 | 7A | 5B | 0 | 21 | 32 | 1D | 15 | 26 | 35 |
| Octal | 265 | 172 | 133 | 0 | 41 | 62 | 35 | 25 | 46 | 65 |
| Binary | 10110101 | 1111010 | 1011011 | 0 | 100001 | 110010 | 11101 | 10101 | 100110 | 110101 |
Color Harmonies of #B57A5B
Complementary color
Monochromatic Colors of #B57A5B
Black with #B57A5B
Text Example
Text Example
White with #B57A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A5B; }
p { color: rgb(181,122,91); }
H1.HeaderClassName
{
color: #B57A5B;
}
.AnyTagClassName
{
color: #B57A5B;
}
</style>
background-color css
<style>
a { background-color: #B57A5B; }
a { background-color: rgb(181,122,91); }
div.DivClassName
{
background-color: #B57A5B;
}
.BgClassName
{
background-color: #B57A5B;
}
</style>
border-color css
<style>
span { border-color: #B57A5B; }
span { border-color: rgb(181,122,91); }
td.TdClassName
{
border-color: #B57A5B;
}
.TagClassName
{
border-color: #B57A5B;
}
</style>