Shades of Medium Wood #B28866
Tints of Medium Wood #B28866
RGB
CMYK
RGB Variations
Color information
#B28866 (or 0xB28866) is known color: Medium Wood. HEX triplet: B2, 88 and 66. RGB value is (178,136,102). Sum of RGB (Red+Green+Blue) = 178+136+102=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B28866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28866 is #4D7799. Grayscale: #909090. Windows color (decimal): -5076890 or 6719666. OLE color: 6719666.
HSL color Cylindrical-coordinate representation of color #B28866: hue angle of 26.84º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B28866 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 102 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.30 |
| HSL | 26.84º | 0.33% | 0.55% | - |
| HSV(B) | 26.84º | 0.43% | 0.7% | - |
| XYZ | 29.56 | 28.03 | 16.42 | - |
| YUV | 144.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 102 | 0 | 0.24 | 0.43 | 0.30 | 26.84 | 0.33 | 0.55 |
| Hex | B2 | 88 | 66 | 0 | 18 | 2B | 1E | 1B | 21 | 37 |
| Octal | 262 | 210 | 146 | 0 | 30 | 53 | 36 | 33 | 41 | 67 |
| Binary | 10110010 | 10001000 | 1100110 | 0 | 11000 | 101011 | 11110 | 11011 | 100001 | 110111 |
Color Harmonies of #B28866
Complementary color
Monochromatic Colors of #B28866
Black with #B28866
Text Example
Text Example
White with #B28866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28866; }
p { color: rgb(178,136,102); }
H1.HeaderClassName
{
color: #B28866;
}
.AnyTagClassName
{
color: #B28866;
}
</style>
background-color css
<style>
a { background-color: #B28866; }
a { background-color: rgb(178,136,102); }
div.DivClassName
{
background-color: #B28866;
}
.BgClassName
{
background-color: #B28866;
}
</style>
border-color css
<style>
span { border-color: #B28866; }
span { border-color: rgb(178,136,102); }
td.TdClassName
{
border-color: #B28866;
}
.TagClassName
{
border-color: #B28866;
}
</style>