Shades of Medium Wood #B27D6A
Tints of Medium Wood #B27D6A
RGB
CMYK
RGB Variations
Color information
#B27D6A (or 0xB27D6A) is known color: Medium Wood. HEX triplet: B2, 7D and 6A. RGB value is (178,125,106). Sum of RGB (Red+Green+Blue) = 178+125+106=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D6A is #4D8295. Grayscale: #8A8A8A. Windows color (decimal): -5079702 or 6978994. OLE color: 6978994.
HSL color Cylindrical-coordinate representation of color #B27D6A: hue angle of 15.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B27D6A is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 125 | 106 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.30 |
| HSL | 15.83º | 0.32% | 0.56% | - |
| HSV(B) | 15.83º | 0.4% | 0.7% | - |
| XYZ | 28.3 | 25.17 | 17 | - |
| YUV | 138.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 106 | 0 | 0.30 | 0.40 | 0.30 | 15.83 | 0.32 | 0.56 |
| Hex | B2 | 7D | 6A | 0 | 1E | 28 | 1E | 10 | 20 | 38 |
| Octal | 262 | 175 | 152 | 0 | 36 | 50 | 36 | 20 | 40 | 70 |
| Binary | 10110010 | 1111101 | 1101010 | 0 | 11110 | 101000 | 11110 | 10000 | 100000 | 111000 |
Color Harmonies of #B27D6A
Complementary color
Monochromatic Colors of #B27D6A
Black with #B27D6A
Text Example
Text Example
White with #B27D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27D6A; }
p { color: rgb(178,125,106); }
H1.HeaderClassName
{
color: #B27D6A;
}
.AnyTagClassName
{
color: #B27D6A;
}
</style>
background-color css
<style>
a { background-color: #B27D6A; }
a { background-color: rgb(178,125,106); }
div.DivClassName
{
background-color: #B27D6A;
}
.BgClassName
{
background-color: #B27D6A;
}
</style>
border-color css
<style>
span { border-color: #B27D6A; }
span { border-color: rgb(178,125,106); }
td.TdClassName
{
border-color: #B27D6A;
}
.TagClassName
{
border-color: #B27D6A;
}
</style>