Shades of Thatch #BB9790
Tints of Thatch #BB9790
RGB
CMYK
RGB Variations
Color information
#BB9790 (or 0xBB9790) is known color: Thatch. HEX triplet: BB, 97 and 90. RGB value is (187,151,144). Sum of RGB (Red+Green+Blue) = 187+151+144=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9790 is #44686F. Grayscale: #A1A1A1. Windows color (decimal): -4483184 or 9476027. OLE color: 9476027.
HSL color Cylindrical-coordinate representation of color #BB9790: hue angle of 9.77º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB9790 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 144 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.27 |
| HSL | 9.77º | 0.24% | 0.65% | - |
| HSV(B) | 9.77º | 0.23% | 0.73% | - |
| XYZ | 36.59 | 34.71 | 31.16 | - |
| YUV | 160.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 144 | 0 | 0.19 | 0.23 | 0.27 | 9.77 | 0.24 | 0.65 |
| Hex | BB | 97 | 90 | 0 | 13 | 17 | 1B | A | 18 | 41 |
| Octal | 273 | 227 | 220 | 0 | 23 | 27 | 33 | 12 | 30 | 101 |
| Binary | 10111011 | 10010111 | 10010000 | 0 | 10011 | 10111 | 11011 | 1010 | 11000 | 1000001 |
Color Harmonies of #BB9790
Complementary color
Monochromatic Colors of #BB9790
Black with #BB9790
Text Example
Text Example
White with #BB9790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9790; }
p { color: rgb(187,151,144); }
H1.HeaderClassName
{
color: #BB9790;
}
.AnyTagClassName
{
color: #BB9790;
}
</style>
background-color css
<style>
a { background-color: #BB9790; }
a { background-color: rgb(187,151,144); }
div.DivClassName
{
background-color: #BB9790;
}
.BgClassName
{
background-color: #BB9790;
}
</style>
border-color css
<style>
span { border-color: #BB9790; }
span { border-color: rgb(187,151,144); }
td.TdClassName
{
border-color: #BB9790;
}
.TagClassName
{
border-color: #BB9790;
}
</style>