Shades of Medium Wood #B27F5D
Tints of Medium Wood #B27F5D
RGB
CMYK
RGB Variations
Color information
#B27F5D (or 0xB27F5D) is known color: Medium Wood. HEX triplet: B2, 7F and 5D. RGB value is (178,127,93). Sum of RGB (Red+Green+Blue) = 178+127+93=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27F5D is #4D80A2. Grayscale: #8A8A8A. Windows color (decimal): -5079203 or 6127538. OLE color: 6127538.
HSL color Cylindrical-coordinate representation of color #B27F5D: hue angle of 24º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B27F5D is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 127 | 93 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.30 |
| HSL | 24º | 0.36% | 0.53% | - |
| HSV(B) | 24º | 0.48% | 0.7% | - |
| XYZ | 27.93 | 25.43 | 13.79 | - |
| YUV | 138.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 93 | 0 | 0.29 | 0.48 | 0.30 | 24 | 0.36 | 0.53 |
| Hex | B2 | 7F | 5D | 0 | 1D | 30 | 1E | 18 | 24 | 35 |
| Octal | 262 | 177 | 135 | 0 | 35 | 60 | 36 | 30 | 44 | 65 |
| Binary | 10110010 | 1111111 | 1011101 | 0 | 11101 | 110000 | 11110 | 11000 | 100100 | 110101 |
Color Harmonies of #B27F5D
Complementary color
Monochromatic Colors of #B27F5D
Black with #B27F5D
Text Example
Text Example
White with #B27F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27F5D; }
p { color: rgb(178,127,93); }
H1.HeaderClassName
{
color: #B27F5D;
}
.AnyTagClassName
{
color: #B27F5D;
}
</style>
background-color css
<style>
a { background-color: #B27F5D; }
a { background-color: rgb(178,127,93); }
div.DivClassName
{
background-color: #B27F5D;
}
.BgClassName
{
background-color: #B27F5D;
}
</style>
border-color css
<style>
span { border-color: #B27F5D; }
span { border-color: rgb(178,127,93); }
td.TdClassName
{
border-color: #B27F5D;
}
.TagClassName
{
border-color: #B27F5D;
}
</style>