Shades of Medium Wood #BB8665
Tints of Medium Wood #BB8665
RGB
CMYK
RGB Variations
Color information
#BB8665 (or 0xBB8665) is known color: Medium Wood. HEX triplet: BB, 86 and 65. RGB value is (187,134,101). Sum of RGB (Red+Green+Blue) = 187+134+101=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8665 is #44799A. Grayscale: #929292. Windows color (decimal): -4487579 or 6653627. OLE color: 6653627.
HSL color Cylindrical-coordinate representation of color #BB8665: hue angle of 23.02º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB8665 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 101 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.27 |
| HSL | 23.02º | 0.39% | 0.56% | - |
| HSV(B) | 23.02º | 0.46% | 0.73% | - |
| XYZ | 31.37 | 28.55 | 16.17 | - |
| YUV | 146.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 101 | 0 | 0.28 | 0.46 | 0.27 | 23.02 | 0.39 | 0.56 |
| Hex | BB | 86 | 65 | 0 | 1C | 2E | 1B | 17 | 27 | 38 |
| Octal | 273 | 206 | 145 | 0 | 34 | 56 | 33 | 27 | 47 | 70 |
| Binary | 10111011 | 10000110 | 1100101 | 0 | 11100 | 101110 | 11011 | 10111 | 100111 | 111000 |
Color Harmonies of #BB8665
Complementary color
Monochromatic Colors of #BB8665
Black with #BB8665
Text Example
Text Example
White with #BB8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8665; }
p { color: rgb(187,134,101); }
H1.HeaderClassName
{
color: #BB8665;
}
.AnyTagClassName
{
color: #BB8665;
}
</style>
background-color css
<style>
a { background-color: #BB8665; }
a { background-color: rgb(187,134,101); }
div.DivClassName
{
background-color: #BB8665;
}
.BgClassName
{
background-color: #BB8665;
}
</style>
border-color css
<style>
span { border-color: #BB8665; }
span { border-color: rgb(187,134,101); }
td.TdClassName
{
border-color: #BB8665;
}
.TagClassName
{
border-color: #BB8665;
}
</style>