Shades of Medium Wood #BB8765
Tints of Medium Wood #BB8765
RGB
CMYK
RGB Variations
Color information
#BB8765 (or 0xBB8765) is known color: Medium Wood. HEX triplet: BB, 87 and 65. RGB value is (187,135,101). Sum of RGB (Red+Green+Blue) = 187+135+101=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8765 is #44789A. Grayscale: #929292. Windows color (decimal): -4487323 or 6653883. OLE color: 6653883.
HSL color Cylindrical-coordinate representation of color #BB8765: hue angle of 23.72º 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 #BB8765 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 101 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.27 |
| HSL | 23.72º | 0.39% | 0.56% | - |
| HSV(B) | 23.72º | 0.46% | 0.73% | - |
| XYZ | 31.51 | 28.83 | 16.22 | - |
| YUV | 146.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 101 | 0 | 0.28 | 0.46 | 0.27 | 23.72 | 0.39 | 0.56 |
| Hex | BB | 87 | 65 | 0 | 1C | 2E | 1B | 18 | 27 | 38 |
| Octal | 273 | 207 | 145 | 0 | 34 | 56 | 33 | 30 | 47 | 70 |
| Binary | 10111011 | 10000111 | 1100101 | 0 | 11100 | 101110 | 11011 | 11000 | 100111 | 111000 |
Color Harmonies of #BB8765
Complementary color
Monochromatic Colors of #BB8765
Black with #BB8765
Text Example
Text Example
White with #BB8765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8765; }
p { color: rgb(187,135,101); }
H1.HeaderClassName
{
color: #BB8765;
}
.AnyTagClassName
{
color: #BB8765;
}
</style>
background-color css
<style>
a { background-color: #BB8765; }
a { background-color: rgb(187,135,101); }
div.DivClassName
{
background-color: #BB8765;
}
.BgClassName
{
background-color: #BB8765;
}
</style>
border-color css
<style>
span { border-color: #BB8765; }
span { border-color: rgb(187,135,101); }
td.TdClassName
{
border-color: #BB8765;
}
.TagClassName
{
border-color: #BB8765;
}
</style>