Shades of Medium Wood #B27D60
Tints of Medium Wood #B27D60
RGB
CMYK
RGB Variations
Color information
#B27D60 (or 0xB27D60) is known color: Medium Wood. HEX triplet: B2, 7D and 60. RGB value is (178,125,96). Sum of RGB (Red+Green+Blue) = 178+125+96=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D60 is #4D829F. Grayscale: #898989. Windows color (decimal): -5079712 or 6323634. OLE color: 6323634.
HSL color Cylindrical-coordinate representation of color #B27D60: hue angle of 21.22º degrees, saturation: 0.35, 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 #B27D60 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 125 | 96 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.30 |
| HSL | 21.22º | 0.35% | 0.54% | - |
| HSV(B) | 21.22º | 0.46% | 0.7% | - |
| XYZ | 27.81 | 24.98 | 14.42 | - |
| YUV | 137.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 96 | 0 | 0.30 | 0.46 | 0.30 | 21.22 | 0.35 | 0.54 |
| Hex | B2 | 7D | 60 | 0 | 1E | 2E | 1E | 15 | 23 | 36 |
| Octal | 262 | 175 | 140 | 0 | 36 | 56 | 36 | 25 | 43 | 66 |
| Binary | 10110010 | 1111101 | 1100000 | 0 | 11110 | 101110 | 11110 | 10101 | 100011 | 110110 |
Color Harmonies of #B27D60
Complementary color
Monochromatic Colors of #B27D60
Black with #B27D60
Text Example
Text Example
White with #B27D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27D60; }
p { color: rgb(178,125,96); }
H1.HeaderClassName
{
color: #B27D60;
}
.AnyTagClassName
{
color: #B27D60;
}
</style>
background-color css
<style>
a { background-color: #B27D60; }
a { background-color: rgb(178,125,96); }
div.DivClassName
{
background-color: #B27D60;
}
.BgClassName
{
background-color: #B27D60;
}
</style>
border-color css
<style>
span { border-color: #B27D60; }
span { border-color: rgb(178,125,96); }
td.TdClassName
{
border-color: #B27D60;
}
.TagClassName
{
border-color: #B27D60;
}
</style>