Shades of Medium Wood #B27B63
Tints of Medium Wood #B27B63
RGB
CMYK
RGB Variations
Color information
#B27B63 (or 0xB27B63) is known color: Medium Wood. HEX triplet: B2, 7B and 63. RGB value is (178,123,99). Sum of RGB (Red+Green+Blue) = 178+123+99=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B63 is #4D849C. Grayscale: #888888. Windows color (decimal): -5080221 or 6519730. OLE color: 6519730.
HSL color Cylindrical-coordinate representation of color #B27B63: hue angle of 18.23º 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 #B27B63 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 99 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.30 |
| HSL | 18.23º | 0.34% | 0.54% | - |
| HSV(B) | 18.23º | 0.44% | 0.7% | - |
| XYZ | 27.7 | 24.53 | 15.08 | - |
| YUV | 136.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 99 | 0 | 0.31 | 0.44 | 0.30 | 18.23 | 0.34 | 0.54 |
| Hex | B2 | 7B | 63 | 0 | 1F | 2C | 1E | 12 | 22 | 36 |
| Octal | 262 | 173 | 143 | 0 | 37 | 54 | 36 | 22 | 42 | 66 |
| Binary | 10110010 | 1111011 | 1100011 | 0 | 11111 | 101100 | 11110 | 10010 | 100010 | 110110 |
Color Harmonies of #B27B63
Complementary color
Monochromatic Colors of #B27B63
Black with #B27B63
Text Example
Text Example
White with #B27B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27B63; }
p { color: rgb(178,123,99); }
H1.HeaderClassName
{
color: #B27B63;
}
.AnyTagClassName
{
color: #B27B63;
}
</style>
background-color css
<style>
a { background-color: #B27B63; }
a { background-color: rgb(178,123,99); }
div.DivClassName
{
background-color: #B27B63;
}
.BgClassName
{
background-color: #B27B63;
}
</style>
border-color css
<style>
span { border-color: #B27B63; }
span { border-color: rgb(178,123,99); }
td.TdClassName
{
border-color: #B27B63;
}
.TagClassName
{
border-color: #B27B63;
}
</style>