Shades of Medium Wood #B27C61
Tints of Medium Wood #B27C61
RGB
CMYK
RGB Variations
Color information
#B27C61 (or 0xB27C61) is known color: Medium Wood. HEX triplet: B2, 7C and 61. RGB value is (178,124,97). Sum of RGB (Red+Green+Blue) = 178+124+97=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C61 is #4D839E. Grayscale: #898989. Windows color (decimal): -5079967 or 6388914. OLE color: 6388914.
HSL color Cylindrical-coordinate representation of color #B27C61: hue angle of 20º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B27C61 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 124 | 97 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.30 |
| HSL | 20º | 0.34% | 0.54% | - |
| HSV(B) | 20º | 0.46% | 0.7% | - |
| XYZ | 27.73 | 24.74 | 14.62 | - |
| YUV | 137.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 97 | 0 | 0.30 | 0.46 | 0.30 | 20 | 0.34 | 0.54 |
| Hex | B2 | 7C | 61 | 0 | 1E | 2E | 1E | 14 | 22 | 36 |
| Octal | 262 | 174 | 141 | 0 | 36 | 56 | 36 | 24 | 42 | 66 |
| Binary | 10110010 | 1111100 | 1100001 | 0 | 11110 | 101110 | 11110 | 10100 | 100010 | 110110 |
Color Harmonies of #B27C61
Complementary color
Monochromatic Colors of #B27C61
Black with #B27C61
Text Example
Text Example
White with #B27C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27C61; }
p { color: rgb(178,124,97); }
H1.HeaderClassName
{
color: #B27C61;
}
.AnyTagClassName
{
color: #B27C61;
}
</style>
background-color css
<style>
a { background-color: #B27C61; }
a { background-color: rgb(178,124,97); }
div.DivClassName
{
background-color: #B27C61;
}
.BgClassName
{
background-color: #B27C61;
}
</style>
border-color css
<style>
span { border-color: #B27C61; }
span { border-color: rgb(178,124,97); }
td.TdClassName
{
border-color: #B27C61;
}
.TagClassName
{
border-color: #B27C61;
}
</style>