Shades of Medium Wood #B27F65
Tints of Medium Wood #B27F65
RGB
CMYK
RGB Variations
Color information
#B27F65 (or 0xB27F65) is known color: Medium Wood. HEX triplet: B2, 7F and 65. RGB value is (178,127,101). Sum of RGB (Red+Green+Blue) = 178+127+101=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27F65 is #4D809A. Grayscale: #8B8B8B. Windows color (decimal): -5079195 or 6651826. OLE color: 6651826.
HSL color Cylindrical-coordinate representation of color #B27F65: hue angle of 20.26º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B27F65 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 127 | 101 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.30 |
| HSL | 20.26º | 0.33% | 0.55% | - |
| HSV(B) | 20.26º | 0.43% | 0.7% | - |
| XYZ | 28.3 | 25.58 | 15.76 | - |
| YUV | 139.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 101 | 0 | 0.29 | 0.43 | 0.30 | 20.26 | 0.33 | 0.55 |
| Hex | B2 | 7F | 65 | 0 | 1D | 2B | 1E | 14 | 21 | 37 |
| Octal | 262 | 177 | 145 | 0 | 35 | 53 | 36 | 24 | 41 | 67 |
| Binary | 10110010 | 1111111 | 1100101 | 0 | 11101 | 101011 | 11110 | 10100 | 100001 | 110111 |
Color Harmonies of #B27F65
Complementary color
Monochromatic Colors of #B27F65
Black with #B27F65
Text Example
Text Example
White with #B27F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27F65; }
p { color: rgb(178,127,101); }
H1.HeaderClassName
{
color: #B27F65;
}
.AnyTagClassName
{
color: #B27F65;
}
</style>
background-color css
<style>
a { background-color: #B27F65; }
a { background-color: rgb(178,127,101); }
div.DivClassName
{
background-color: #B27F65;
}
.BgClassName
{
background-color: #B27F65;
}
</style>
border-color css
<style>
span { border-color: #B27F65; }
span { border-color: rgb(178,127,101); }
td.TdClassName
{
border-color: #B27F65;
}
.TagClassName
{
border-color: #B27F65;
}
</style>