Shades of Medium Wood #B27B5C
Tints of Medium Wood #B27B5C
RGB
CMYK
RGB Variations
Color information
#B27B5C (or 0xB27B5C) is known color: Medium Wood. HEX triplet: B2, 7B and 5C. RGB value is (178,123,92). Sum of RGB (Red+Green+Blue) = 178+123+92=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B5C is #4D84A3. Grayscale: #888888. Windows color (decimal): -5080228 or 6060978. OLE color: 6060978.
HSL color Cylindrical-coordinate representation of color #B27B5C: hue angle of 21.63º 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 #B27B5C is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 92 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.30 |
| HSL | 21.63º | 0.36% | 0.53% | - |
| HSV(B) | 21.63º | 0.48% | 0.7% | - |
| XYZ | 27.37 | 24.4 | 13.39 | - |
| YUV | 135.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 92 | 0 | 0.31 | 0.48 | 0.30 | 21.63 | 0.36 | 0.53 |
| Hex | B2 | 7B | 5C | 0 | 1F | 30 | 1E | 16 | 24 | 35 |
| Octal | 262 | 173 | 134 | 0 | 37 | 60 | 36 | 26 | 44 | 65 |
| Binary | 10110010 | 1111011 | 1011100 | 0 | 11111 | 110000 | 11110 | 10110 | 100100 | 110101 |
Color Harmonies of #B27B5C
Complementary color
Monochromatic Colors of #B27B5C
Black with #B27B5C
Text Example
Text Example
White with #B27B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27B5C; }
p { color: rgb(178,123,92); }
H1.HeaderClassName
{
color: #B27B5C;
}
.AnyTagClassName
{
color: #B27B5C;
}
</style>
background-color css
<style>
a { background-color: #B27B5C; }
a { background-color: rgb(178,123,92); }
div.DivClassName
{
background-color: #B27B5C;
}
.BgClassName
{
background-color: #B27B5C;
}
</style>
border-color css
<style>
span { border-color: #B27B5C; }
span { border-color: rgb(178,123,92); }
td.TdClassName
{
border-color: #B27B5C;
}
.TagClassName
{
border-color: #B27B5C;
}
</style>