Shades of Medium Wood #B27A63
Tints of Medium Wood #B27A63
RGB
CMYK
RGB Variations
Color information
#B27A63 (or 0xB27A63) is known color: Medium Wood. HEX triplet: B2, 7A and 63. RGB value is (178,122,99). Sum of RGB (Red+Green+Blue) = 178+122+99=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A63 is #4D859C. Grayscale: #888888. Windows color (decimal): -5080477 or 6519474. OLE color: 6519474.
HSL color Cylindrical-coordinate representation of color #B27A63: hue angle of 17.47º 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 #B27A63 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 99 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.30 |
| HSL | 17.47º | 0.34% | 0.54% | - |
| HSV(B) | 17.47º | 0.44% | 0.7% | - |
| XYZ | 27.57 | 24.28 | 15.04 | - |
| YUV | 136.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 99 | 0 | 0.31 | 0.44 | 0.30 | 17.47 | 0.34 | 0.54 |
| Hex | B2 | 7A | 63 | 0 | 1F | 2C | 1E | 11 | 22 | 36 |
| Octal | 262 | 172 | 143 | 0 | 37 | 54 | 36 | 21 | 42 | 66 |
| Binary | 10110010 | 1111010 | 1100011 | 0 | 11111 | 101100 | 11110 | 10001 | 100010 | 110110 |
Color Harmonies of #B27A63
Complementary color
Monochromatic Colors of #B27A63
Black with #B27A63
Text Example
Text Example
White with #B27A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A63; }
p { color: rgb(178,122,99); }
H1.HeaderClassName
{
color: #B27A63;
}
.AnyTagClassName
{
color: #B27A63;
}
</style>
background-color css
<style>
a { background-color: #B27A63; }
a { background-color: rgb(178,122,99); }
div.DivClassName
{
background-color: #B27A63;
}
.BgClassName
{
background-color: #B27A63;
}
</style>
border-color css
<style>
span { border-color: #B27A63; }
span { border-color: rgb(178,122,99); }
td.TdClassName
{
border-color: #B27A63;
}
.TagClassName
{
border-color: #B27A63;
}
</style>