Shades of Medium Wood #B57B5A
Tints of Medium Wood #B57B5A
RGB
CMYK
RGB Variations
Color information
#B57B5A (or 0xB57B5A) is known color: Medium Wood. HEX triplet: B5, 7B and 5A. RGB value is (181,123,90). Sum of RGB (Red+Green+Blue) = 181+123+90=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B5A is #4A84A5. Grayscale: #888888. Windows color (decimal): -4883622 or 5929909. OLE color: 5929909.
HSL color Cylindrical-coordinate representation of color #B57B5A: hue angle of 21.76º 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 #B57B5A is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 90 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.29 |
| HSL | 21.76º | 0.38% | 0.53% | - |
| HSV(B) | 21.76º | 0.5% | 0.71% | - |
| XYZ | 27.98 | 24.73 | 12.97 | - |
| YUV | 136.58 | 101.72 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 90 | 0 | 0.32 | 0.50 | 0.29 | 21.76 | 0.38 | 0.53 |
| Hex | B5 | 7B | 5A | 0 | 20 | 32 | 1D | 16 | 26 | 35 |
| Octal | 265 | 173 | 132 | 0 | 40 | 62 | 35 | 26 | 46 | 65 |
| Binary | 10110101 | 1111011 | 1011010 | 0 | 100000 | 110010 | 11101 | 10110 | 100110 | 110101 |
Color Harmonies of #B57B5A
Complementary color
Monochromatic Colors of #B57B5A
Black with #B57B5A
Text Example
Text Example
White with #B57B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B5A; }
p { color: rgb(181,123,90); }
H1.HeaderClassName
{
color: #B57B5A;
}
.AnyTagClassName
{
color: #B57B5A;
}
</style>
background-color css
<style>
a { background-color: #B57B5A; }
a { background-color: rgb(181,123,90); }
div.DivClassName
{
background-color: #B57B5A;
}
.BgClassName
{
background-color: #B57B5A;
}
</style>
border-color css
<style>
span { border-color: #B57B5A; }
span { border-color: rgb(181,123,90); }
td.TdClassName
{
border-color: #B57B5A;
}
.TagClassName
{
border-color: #B57B5A;
}
</style>