Shades of Medium Wood #B27F63
Tints of Medium Wood #B27F63
RGB
CMYK
RGB Variations
Color information
#B27F63 (or 0xB27F63) is known color: Medium Wood. HEX triplet: B2, 7F and 63. RGB value is (178,127,99). Sum of RGB (Red+Green+Blue) = 178+127+99=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27F63 is #4D809C. Grayscale: #8B8B8B. Windows color (decimal): -5079197 or 6520754. OLE color: 6520754.
HSL color Cylindrical-coordinate representation of color #B27F63: hue angle of 21.27º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B27F63 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 127 | 99 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.30 |
| HSL | 21.27º | 0.34% | 0.54% | - |
| HSV(B) | 21.27º | 0.44% | 0.7% | - |
| XYZ | 28.2 | 25.54 | 15.25 | - |
| YUV | 139.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 99 | 0 | 0.29 | 0.44 | 0.30 | 21.27 | 0.34 | 0.54 |
| Hex | B2 | 7F | 63 | 0 | 1D | 2C | 1E | 15 | 22 | 36 |
| Octal | 262 | 177 | 143 | 0 | 35 | 54 | 36 | 25 | 42 | 66 |
| Binary | 10110010 | 1111111 | 1100011 | 0 | 11101 | 101100 | 11110 | 10101 | 100010 | 110110 |
Color Harmonies of #B27F63
Complementary color
Monochromatic Colors of #B27F63
Black with #B27F63
Text Example
Text Example
White with #B27F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27F63; }
p { color: rgb(178,127,99); }
H1.HeaderClassName
{
color: #B27F63;
}
.AnyTagClassName
{
color: #B27F63;
}
</style>
background-color css
<style>
a { background-color: #B27F63; }
a { background-color: rgb(178,127,99); }
div.DivClassName
{
background-color: #B27F63;
}
.BgClassName
{
background-color: #B27F63;
}
</style>
border-color css
<style>
span { border-color: #B27F63; }
span { border-color: rgb(178,127,99); }
td.TdClassName
{
border-color: #B27F63;
}
.TagClassName
{
border-color: #B27F63;
}
</style>