Shades of Medium Wood #BB8766
Tints of Medium Wood #BB8766
RGB
CMYK
RGB Variations
Color information
#BB8766 (or 0xBB8766) is known color: Medium Wood. HEX triplet: BB, 87 and 66. RGB value is (187,135,102). Sum of RGB (Red+Green+Blue) = 187+135+102=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8766 is #447899. Grayscale: #929292. Windows color (decimal): -4487322 or 6719419. OLE color: 6719419.
HSL color Cylindrical-coordinate representation of color #BB8766: hue angle of 23.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB8766 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 102 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.27 |
| HSL | 23.29º | 0.38% | 0.57% | - |
| HSV(B) | 23.29º | 0.45% | 0.73% | - |
| XYZ | 31.56 | 28.85 | 16.48 | - |
| YUV | 146.79 | 102.73 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 102 | 0 | 0.28 | 0.45 | 0.27 | 23.29 | 0.38 | 0.57 |
| Hex | BB | 87 | 66 | 0 | 1C | 2D | 1B | 17 | 26 | 39 |
| Octal | 273 | 207 | 146 | 0 | 34 | 55 | 33 | 27 | 46 | 71 |
| Binary | 10111011 | 10000111 | 1100110 | 0 | 11100 | 101101 | 11011 | 10111 | 100110 | 111001 |
Color Harmonies of #BB8766
Complementary color
Monochromatic Colors of #BB8766
Black with #BB8766
Text Example
Text Example
White with #BB8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8766; }
p { color: rgb(187,135,102); }
H1.HeaderClassName
{
color: #BB8766;
}
.AnyTagClassName
{
color: #BB8766;
}
</style>
background-color css
<style>
a { background-color: #BB8766; }
a { background-color: rgb(187,135,102); }
div.DivClassName
{
background-color: #BB8766;
}
.BgClassName
{
background-color: #BB8766;
}
</style>
border-color css
<style>
span { border-color: #BB8766; }
span { border-color: rgb(187,135,102); }
td.TdClassName
{
border-color: #BB8766;
}
.TagClassName
{
border-color: #BB8766;
}
</style>