Shades of Medium Wood #BB8868
Tints of Medium Wood #BB8868
RGB
CMYK
RGB Variations
Color information
#BB8868 (or 0xBB8868) is known color: Medium Wood. HEX triplet: BB, 88 and 68. RGB value is (187,136,104). Sum of RGB (Red+Green+Blue) = 187+136+104=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8868 is #447797. Grayscale: #939393. Windows color (decimal): -4487064 or 6850747. OLE color: 6850747.
HSL color Cylindrical-coordinate representation of color #BB8868: hue angle of 23.13º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8868 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 104 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.27 |
| HSL | 23.13º | 0.38% | 0.57% | - |
| HSV(B) | 23.13º | 0.44% | 0.73% | - |
| XYZ | 31.8 | 29.17 | 17.05 | - |
| YUV | 147.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 104 | 0 | 0.27 | 0.44 | 0.27 | 23.13 | 0.38 | 0.57 |
| Hex | BB | 88 | 68 | 0 | 1B | 2C | 1B | 17 | 26 | 39 |
| Octal | 273 | 210 | 150 | 0 | 33 | 54 | 33 | 27 | 46 | 71 |
| Binary | 10111011 | 10001000 | 1101000 | 0 | 11011 | 101100 | 11011 | 10111 | 100110 | 111001 |
Color Harmonies of #BB8868
Complementary color
Monochromatic Colors of #BB8868
Black with #BB8868
Text Example
Text Example
White with #BB8868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8868; }
p { color: rgb(187,136,104); }
H1.HeaderClassName
{
color: #BB8868;
}
.AnyTagClassName
{
color: #BB8868;
}
</style>
background-color css
<style>
a { background-color: #BB8868; }
a { background-color: rgb(187,136,104); }
div.DivClassName
{
background-color: #BB8868;
}
.BgClassName
{
background-color: #BB8868;
}
</style>
border-color css
<style>
span { border-color: #BB8868; }
span { border-color: rgb(187,136,104); }
td.TdClassName
{
border-color: #BB8868;
}
.TagClassName
{
border-color: #BB8868;
}
</style>