Shades of Medium Wood #B57F69
Tints of Medium Wood #B57F69
RGB
CMYK
RGB Variations
Color information
#B57F69 (or 0xB57F69) is known color: Medium Wood. HEX triplet: B5, 7F and 69. RGB value is (181,127,105). Sum of RGB (Red+Green+Blue) = 181+127+105=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F69 is #4A8096. Grayscale: #8C8C8C. Windows color (decimal): -4882583 or 6913973. OLE color: 6913973.
HSL color Cylindrical-coordinate representation of color #B57F69: hue angle of 17.37º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B57F69 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 105 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.29 |
| HSL | 17.37º | 0.34% | 0.56% | - |
| HSV(B) | 17.37º | 0.42% | 0.71% | - |
| XYZ | 29.2 | 26.02 | 16.85 | - |
| YUV | 140.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 105 | 0 | 0.30 | 0.42 | 0.29 | 17.37 | 0.34 | 0.56 |
| Hex | B5 | 7F | 69 | 0 | 1E | 2A | 1D | 11 | 22 | 38 |
| Octal | 265 | 177 | 151 | 0 | 36 | 52 | 35 | 21 | 42 | 70 |
| Binary | 10110101 | 1111111 | 1101001 | 0 | 11110 | 101010 | 11101 | 10001 | 100010 | 111000 |
Color Harmonies of #B57F69
Complementary color
Monochromatic Colors of #B57F69
Black with #B57F69
Text Example
Text Example
White with #B57F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F69; }
p { color: rgb(181,127,105); }
H1.HeaderClassName
{
color: #B57F69;
}
.AnyTagClassName
{
color: #B57F69;
}
</style>
background-color css
<style>
a { background-color: #B57F69; }
a { background-color: rgb(181,127,105); }
div.DivClassName
{
background-color: #B57F69;
}
.BgClassName
{
background-color: #B57F69;
}
</style>
border-color css
<style>
span { border-color: #B57F69; }
span { border-color: rgb(181,127,105); }
td.TdClassName
{
border-color: #B57F69;
}
.TagClassName
{
border-color: #B57F69;
}
</style>