Shades of Medium Wood #BB805C
Tints of Medium Wood #BB805C
RGB
CMYK
RGB Variations
Color information
#BB805C (or 0xBB805C) is known color: Medium Wood. HEX triplet: BB, 80 and 5C. RGB value is (187,128,92). Sum of RGB (Red+Green+Blue) = 187+128+92=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB805C is #447FA3. Grayscale: #8D8D8D. Windows color (decimal): -4489124 or 6062267. OLE color: 6062267.
HSL color Cylindrical-coordinate representation of color #BB805C: hue angle of 22.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB805C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 92 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.27 |
| HSL | 22.74º | 0.41% | 0.55% | - |
| HSV(B) | 22.74º | 0.51% | 0.73% | - |
| XYZ | 30.14 | 26.78 | 13.7 | - |
| YUV | 141.54 | 100.05 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 92 | 0 | 0.32 | 0.51 | 0.27 | 22.74 | 0.41 | 0.55 |
| Hex | BB | 80 | 5C | 0 | 20 | 33 | 1B | 17 | 29 | 37 |
| Octal | 273 | 200 | 134 | 0 | 40 | 63 | 33 | 27 | 51 | 67 |
| Binary | 10111011 | 10000000 | 1011100 | 0 | 100000 | 110011 | 11011 | 10111 | 101001 | 110111 |
Color Harmonies of #BB805C
Complementary color
Monochromatic Colors of #BB805C
Black with #BB805C
Text Example
Text Example
White with #BB805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB805C; }
p { color: rgb(187,128,92); }
H1.HeaderClassName
{
color: #BB805C;
}
.AnyTagClassName
{
color: #BB805C;
}
</style>
background-color css
<style>
a { background-color: #BB805C; }
a { background-color: rgb(187,128,92); }
div.DivClassName
{
background-color: #BB805C;
}
.BgClassName
{
background-color: #BB805C;
}
</style>
border-color css
<style>
span { border-color: #BB805C; }
span { border-color: rgb(187,128,92); }
td.TdClassName
{
border-color: #BB805C;
}
.TagClassName
{
border-color: #BB805C;
}
</style>