Shades of Medium Wood #B27F69
Tints of Medium Wood #B27F69
RGB
CMYK
RGB Variations
Color information
#B27F69 (or 0xB27F69) is known color: Medium Wood. HEX triplet: B2, 7F and 69. RGB value is (178,127,105). Sum of RGB (Red+Green+Blue) = 178+127+105=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27F69 is #4D8096. Grayscale: #8B8B8B. Windows color (decimal): -5079191 or 6913970. OLE color: 6913970.
HSL color Cylindrical-coordinate representation of color #B27F69: hue angle of 18.08º 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 #B27F69 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 127 | 105 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.30 |
| HSL | 18.08º | 0.32% | 0.55% | - |
| HSV(B) | 18.08º | 0.41% | 0.7% | - |
| XYZ | 28.5 | 25.66 | 16.82 | - |
| YUV | 139.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 105 | 0 | 0.29 | 0.41 | 0.30 | 18.08 | 0.32 | 0.55 |
| Hex | B2 | 7F | 69 | 0 | 1D | 29 | 1E | 12 | 20 | 37 |
| Octal | 262 | 177 | 151 | 0 | 35 | 51 | 36 | 22 | 40 | 67 |
| Binary | 10110010 | 1111111 | 1101001 | 0 | 11101 | 101001 | 11110 | 10010 | 100000 | 110111 |
Color Harmonies of #B27F69
Complementary color
Monochromatic Colors of #B27F69
Black with #B27F69
Text Example
Text Example
White with #B27F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27F69; }
p { color: rgb(178,127,105); }
H1.HeaderClassName
{
color: #B27F69;
}
.AnyTagClassName
{
color: #B27F69;
}
</style>
background-color css
<style>
a { background-color: #B27F69; }
a { background-color: rgb(178,127,105); }
div.DivClassName
{
background-color: #B27F69;
}
.BgClassName
{
background-color: #B27F69;
}
</style>
border-color css
<style>
span { border-color: #B27F69; }
span { border-color: rgb(178,127,105); }
td.TdClassName
{
border-color: #B27F69;
}
.TagClassName
{
border-color: #B27F69;
}
</style>