Shades of Thatch #BB9590
Tints of Thatch #BB9590
RGB
CMYK
RGB Variations
Color information
#BB9590 (or 0xBB9590) is known color: Thatch. HEX triplet: BB, 95 and 90. RGB value is (187,149,144). Sum of RGB (Red+Green+Blue) = 187+149+144=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9590 is #446A6F. Grayscale: #9F9F9F. Windows color (decimal): -4483696 or 9475515. OLE color: 9475515.
HSL color Cylindrical-coordinate representation of color #BB9590: hue angle of 6.98º 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 #BB9590 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 144 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.27 |
| HSL | 6.98º | 0.24% | 0.65% | - |
| HSV(B) | 6.98º | 0.23% | 0.73% | - |
| XYZ | 36.28 | 34.07 | 31.05 | - |
| YUV | 159.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 144 | 0 | 0.20 | 0.23 | 0.27 | 6.98 | 0.24 | 0.65 |
| Hex | BB | 95 | 90 | 0 | 14 | 17 | 1B | 7 | 18 | 41 |
| Octal | 273 | 225 | 220 | 0 | 24 | 27 | 33 | 7 | 30 | 101 |
| Binary | 10111011 | 10010101 | 10010000 | 0 | 10100 | 10111 | 11011 | 111 | 11000 | 1000001 |
Color Harmonies of #BB9590
Complementary color
Monochromatic Colors of #BB9590
Black with #BB9590
Text Example
Text Example
White with #BB9590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9590; }
p { color: rgb(187,149,144); }
H1.HeaderClassName
{
color: #BB9590;
}
.AnyTagClassName
{
color: #BB9590;
}
</style>
background-color css
<style>
a { background-color: #BB9590; }
a { background-color: rgb(187,149,144); }
div.DivClassName
{
background-color: #BB9590;
}
.BgClassName
{
background-color: #BB9590;
}
</style>
border-color css
<style>
span { border-color: #BB9590; }
span { border-color: rgb(187,149,144); }
td.TdClassName
{
border-color: #BB9590;
}
.TagClassName
{
border-color: #BB9590;
}
</style>