Shades of Medium Wood #BB8663
Tints of Medium Wood #BB8663
RGB
CMYK
RGB Variations
Color information
#BB8663 (or 0xBB8663) is known color: Medium Wood. HEX triplet: BB, 86 and 63. RGB value is (187,134,99). Sum of RGB (Red+Green+Blue) = 187+134+99=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8663 is #44799C. Grayscale: #929292. Windows color (decimal): -4487581 or 6522555. OLE color: 6522555.
HSL color Cylindrical-coordinate representation of color #BB8663: hue angle of 23.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB8663 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 99 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.27 |
| HSL | 23.86º | 0.39% | 0.56% | - |
| HSV(B) | 23.86º | 0.47% | 0.73% | - |
| XYZ | 31.27 | 28.52 | 15.66 | - |
| YUV | 145.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 99 | 0 | 0.28 | 0.47 | 0.27 | 23.86 | 0.39 | 0.56 |
| Hex | BB | 86 | 63 | 0 | 1C | 2F | 1B | 18 | 27 | 38 |
| Octal | 273 | 206 | 143 | 0 | 34 | 57 | 33 | 30 | 47 | 70 |
| Binary | 10111011 | 10000110 | 1100011 | 0 | 11100 | 101111 | 11011 | 11000 | 100111 | 111000 |
Color Harmonies of #BB8663
Complementary color
Monochromatic Colors of #BB8663
Black with #BB8663
Text Example
Text Example
White with #BB8663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8663; }
p { color: rgb(187,134,99); }
H1.HeaderClassName
{
color: #BB8663;
}
.AnyTagClassName
{
color: #BB8663;
}
</style>
background-color css
<style>
a { background-color: #BB8663; }
a { background-color: rgb(187,134,99); }
div.DivClassName
{
background-color: #BB8663;
}
.BgClassName
{
background-color: #BB8663;
}
</style>
border-color css
<style>
span { border-color: #BB8663; }
span { border-color: rgb(187,134,99); }
td.TdClassName
{
border-color: #BB8663;
}
.TagClassName
{
border-color: #BB8663;
}
</style>