Shades of Medium Wood #B27E69
Tints of Medium Wood #B27E69
RGB
CMYK
RGB Variations
Color information
#B27E69 (or 0xB27E69) is known color: Medium Wood. HEX triplet: B2, 7E and 69. RGB value is (178,126,105). Sum of RGB (Red+Green+Blue) = 178+126+105=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E69 is #4D8196. Grayscale: #8B8B8B. Windows color (decimal): -5079447 or 6913714. OLE color: 6913714.
HSL color Cylindrical-coordinate representation of color #B27E69: hue angle of 17.26º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B27E69 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 105 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.30 |
| HSL | 17.26º | 0.32% | 0.55% | - |
| HSV(B) | 17.26º | 0.41% | 0.7% | - |
| XYZ | 28.37 | 25.41 | 16.77 | - |
| YUV | 139.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 105 | 0 | 0.29 | 0.41 | 0.30 | 17.26 | 0.32 | 0.55 |
| Hex | B2 | 7E | 69 | 0 | 1D | 29 | 1E | 11 | 20 | 37 |
| Octal | 262 | 176 | 151 | 0 | 35 | 51 | 36 | 21 | 40 | 67 |
| Binary | 10110010 | 1111110 | 1101001 | 0 | 11101 | 101001 | 11110 | 10001 | 100000 | 110111 |
Color Harmonies of #B27E69
Complementary color
Monochromatic Colors of #B27E69
Black with #B27E69
Text Example
Text Example
White with #B27E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E69; }
p { color: rgb(178,126,105); }
H1.HeaderClassName
{
color: #B27E69;
}
.AnyTagClassName
{
color: #B27E69;
}
</style>
background-color css
<style>
a { background-color: #B27E69; }
a { background-color: rgb(178,126,105); }
div.DivClassName
{
background-color: #B27E69;
}
.BgClassName
{
background-color: #B27E69;
}
</style>
border-color css
<style>
span { border-color: #B27E69; }
span { border-color: rgb(178,126,105); }
td.TdClassName
{
border-color: #B27E69;
}
.TagClassName
{
border-color: #B27E69;
}
</style>