Shades of Medium Wood #B27A55
Tints of Medium Wood #B27A55
RGB
CMYK
RGB Variations
Color information
#B27A55 (or 0xB27A55) is known color: Medium Wood. HEX triplet: B2, 7A and 55. RGB value is (178,122,85). Sum of RGB (Red+Green+Blue) = 178+122+85=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A55 is #4D85AA. Grayscale: #868686. Windows color (decimal): -5080491 or 5601970. OLE color: 5601970.
HSL color Cylindrical-coordinate representation of color #B27A55: hue angle of 23.87º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B27A55 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 85 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.30 |
| HSL | 23.87º | 0.38% | 0.52% | - |
| HSV(B) | 23.87º | 0.52% | 0.7% | - |
| XYZ | 26.96 | 24.04 | 11.81 | - |
| YUV | 134.53 | 100.05 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 85 | 0 | 0.31 | 0.52 | 0.30 | 23.87 | 0.38 | 0.52 |
| Hex | B2 | 7A | 55 | 0 | 1F | 34 | 1E | 18 | 26 | 34 |
| Octal | 262 | 172 | 125 | 0 | 37 | 64 | 36 | 30 | 46 | 64 |
| Binary | 10110010 | 1111010 | 1010101 | 0 | 11111 | 110100 | 11110 | 11000 | 100110 | 110100 |
Color Harmonies of #B27A55
Complementary color
Monochromatic Colors of #B27A55
Black with #B27A55
Text Example
Text Example
White with #B27A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A55; }
p { color: rgb(178,122,85); }
H1.HeaderClassName
{
color: #B27A55;
}
.AnyTagClassName
{
color: #B27A55;
}
</style>
background-color css
<style>
a { background-color: #B27A55; }
a { background-color: rgb(178,122,85); }
div.DivClassName
{
background-color: #B27A55;
}
.BgClassName
{
background-color: #B27A55;
}
</style>
border-color css
<style>
span { border-color: #B27A55; }
span { border-color: rgb(178,122,85); }
td.TdClassName
{
border-color: #B27A55;
}
.TagClassName
{
border-color: #B27A55;
}
</style>