Shades of Medium Wood #B27F64
Tints of Medium Wood #B27F64
RGB
CMYK
RGB Variations
Color information
#B27F64 (or 0xB27F64) is known color: Medium Wood. HEX triplet: B2, 7F and 64. RGB value is (178,127,100). Sum of RGB (Red+Green+Blue) = 178+127+100=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27F64 is #4D809B. Grayscale: #8B8B8B. Windows color (decimal): -5079196 or 6586290. OLE color: 6586290.
HSL color Cylindrical-coordinate representation of color #B27F64: hue angle of 20.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B27F64 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 127 | 100 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.30 |
| HSL | 20.77º | 0.34% | 0.55% | - |
| HSV(B) | 20.77º | 0.44% | 0.7% | - |
| XYZ | 28.25 | 25.56 | 15.5 | - |
| YUV | 139.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 100 | 0 | 0.29 | 0.44 | 0.30 | 20.77 | 0.34 | 0.55 |
| Hex | B2 | 7F | 64 | 0 | 1D | 2C | 1E | 15 | 22 | 37 |
| Octal | 262 | 177 | 144 | 0 | 35 | 54 | 36 | 25 | 42 | 67 |
| Binary | 10110010 | 1111111 | 1100100 | 0 | 11101 | 101100 | 11110 | 10101 | 100010 | 110111 |
Color Harmonies of #B27F64
Complementary color
Monochromatic Colors of #B27F64
Black with #B27F64
Text Example
Text Example
White with #B27F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27F64; }
p { color: rgb(178,127,100); }
H1.HeaderClassName
{
color: #B27F64;
}
.AnyTagClassName
{
color: #B27F64;
}
</style>
background-color css
<style>
a { background-color: #B27F64; }
a { background-color: rgb(178,127,100); }
div.DivClassName
{
background-color: #B27F64;
}
.BgClassName
{
background-color: #B27F64;
}
</style>
border-color css
<style>
span { border-color: #B27F64; }
span { border-color: rgb(178,127,100); }
td.TdClassName
{
border-color: #B27F64;
}
.TagClassName
{
border-color: #B27F64;
}
</style>