Shades of Medium Wood #B27F61
Tints of Medium Wood #B27F61
RGB
CMYK
RGB Variations
Color information
#B27F61 (or 0xB27F61) is known color: Medium Wood. HEX triplet: B2, 7F and 61. RGB value is (178,127,97). Sum of RGB (Red+Green+Blue) = 178+127+97=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27F61 is #4D809E. Grayscale: #8A8A8A. Windows color (decimal): -5079199 or 6389682. OLE color: 6389682.
HSL color Cylindrical-coordinate representation of color #B27F61: hue angle of 22.22º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B27F61 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 127 | 97 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.30 |
| HSL | 22.22º | 0.34% | 0.54% | - |
| HSV(B) | 22.22º | 0.46% | 0.7% | - |
| XYZ | 28.11 | 25.51 | 14.75 | - |
| YUV | 138.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 97 | 0 | 0.29 | 0.46 | 0.30 | 22.22 | 0.34 | 0.54 |
| Hex | B2 | 7F | 61 | 0 | 1D | 2E | 1E | 16 | 22 | 36 |
| Octal | 262 | 177 | 141 | 0 | 35 | 56 | 36 | 26 | 42 | 66 |
| Binary | 10110010 | 1111111 | 1100001 | 0 | 11101 | 101110 | 11110 | 10110 | 100010 | 110110 |
Color Harmonies of #B27F61
Complementary color
Monochromatic Colors of #B27F61
Black with #B27F61
Text Example
Text Example
White with #B27F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27F61; }
p { color: rgb(178,127,97); }
H1.HeaderClassName
{
color: #B27F61;
}
.AnyTagClassName
{
color: #B27F61;
}
</style>
background-color css
<style>
a { background-color: #B27F61; }
a { background-color: rgb(178,127,97); }
div.DivClassName
{
background-color: #B27F61;
}
.BgClassName
{
background-color: #B27F61;
}
</style>
border-color css
<style>
span { border-color: #B27F61; }
span { border-color: rgb(178,127,97); }
td.TdClassName
{
border-color: #B27F61;
}
.TagClassName
{
border-color: #B27F61;
}
</style>