Shades of Medium Wood #B27C63
Tints of Medium Wood #B27C63
RGB
CMYK
RGB Variations
Color information
#B27C63 (or 0xB27C63) is known color: Medium Wood. HEX triplet: B2, 7C and 63. RGB value is (178,124,99). Sum of RGB (Red+Green+Blue) = 178+124+99=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C63 is #4D839C. Grayscale: #898989. Windows color (decimal): -5079965 or 6519986. OLE color: 6519986.
HSL color Cylindrical-coordinate representation of color #B27C63: hue angle of 18.99º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B27C63 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 124 | 99 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.30 |
| HSL | 18.99º | 0.34% | 0.54% | - |
| HSV(B) | 18.99º | 0.44% | 0.7% | - |
| XYZ | 27.82 | 24.78 | 15.12 | - |
| YUV | 137.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 99 | 0 | 0.30 | 0.44 | 0.30 | 18.99 | 0.34 | 0.54 |
| Hex | B2 | 7C | 63 | 0 | 1E | 2C | 1E | 13 | 22 | 36 |
| Octal | 262 | 174 | 143 | 0 | 36 | 54 | 36 | 23 | 42 | 66 |
| Binary | 10110010 | 1111100 | 1100011 | 0 | 11110 | 101100 | 11110 | 10011 | 100010 | 110110 |
Color Harmonies of #B27C63
Complementary color
Monochromatic Colors of #B27C63
Black with #B27C63
Text Example
Text Example
White with #B27C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27C63; }
p { color: rgb(178,124,99); }
H1.HeaderClassName
{
color: #B27C63;
}
.AnyTagClassName
{
color: #B27C63;
}
</style>
background-color css
<style>
a { background-color: #B27C63; }
a { background-color: rgb(178,124,99); }
div.DivClassName
{
background-color: #B27C63;
}
.BgClassName
{
background-color: #B27C63;
}
</style>
border-color css
<style>
span { border-color: #B27C63; }
span { border-color: rgb(178,124,99); }
td.TdClassName
{
border-color: #B27C63;
}
.TagClassName
{
border-color: #B27C63;
}
</style>