Shades of Medium Wood #BB8463
Tints of Medium Wood #BB8463
RGB
CMYK
RGB Variations
Color information
#BB8463 (or 0xBB8463) is known color: Medium Wood. HEX triplet: BB, 84 and 63. RGB value is (187,132,99). Sum of RGB (Red+Green+Blue) = 187+132+99=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8463 is #447B9C. Grayscale: #909090. Windows color (decimal): -4488093 or 6522043. OLE color: 6522043.
HSL color Cylindrical-coordinate representation of color #BB8463: hue angle of 22.5º 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 #BB8463 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 99 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.27 |
| HSL | 22.5º | 0.39% | 0.56% | - |
| HSV(B) | 22.5º | 0.47% | 0.73% | - |
| XYZ | 31 | 27.97 | 15.57 | - |
| YUV | 144.68 | 102.22 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 99 | 0 | 0.29 | 0.47 | 0.27 | 22.5 | 0.39 | 0.56 |
| Hex | BB | 84 | 63 | 0 | 1D | 2F | 1B | 16 | 27 | 38 |
| Octal | 273 | 204 | 143 | 0 | 35 | 57 | 33 | 26 | 47 | 70 |
| Binary | 10111011 | 10000100 | 1100011 | 0 | 11101 | 101111 | 11011 | 10110 | 100111 | 111000 |
Color Harmonies of #BB8463
Complementary color
Monochromatic Colors of #BB8463
Black with #BB8463
Text Example
Text Example
White with #BB8463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8463; }
p { color: rgb(187,132,99); }
H1.HeaderClassName
{
color: #BB8463;
}
.AnyTagClassName
{
color: #BB8463;
}
</style>
background-color css
<style>
a { background-color: #BB8463; }
a { background-color: rgb(187,132,99); }
div.DivClassName
{
background-color: #BB8463;
}
.BgClassName
{
background-color: #BB8463;
}
</style>
border-color css
<style>
span { border-color: #BB8463; }
span { border-color: rgb(187,132,99); }
td.TdClassName
{
border-color: #BB8463;
}
.TagClassName
{
border-color: #BB8463;
}
</style>