Shades of Thatch #BB9A96
Tints of Thatch #BB9A96
RGB
CMYK
RGB Variations
Color information
#BB9A96 (or 0xBB9A96) is known color: Thatch. HEX triplet: BB, 9A and 96. RGB value is (187,154,150). Sum of RGB (Red+Green+Blue) = 187+154+150=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A96 is #446569. Grayscale: #A3A3A3. Windows color (decimal): -4482410 or 9870011. OLE color: 9870011.
HSL color Cylindrical-coordinate representation of color #BB9A96: hue angle of 6.49º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB9A96 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 150 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.27 |
| HSL | 6.49º | 0.21% | 0.66% | - |
| HSV(B) | 6.49º | 0.2% | 0.73% | - |
| XYZ | 37.55 | 35.88 | 33.8 | - |
| YUV | 163.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 150 | 0 | 0.18 | 0.20 | 0.27 | 6.49 | 0.21 | 0.66 |
| Hex | BB | 9A | 96 | 0 | 12 | 14 | 1B | 6 | 15 | 42 |
| Octal | 273 | 232 | 226 | 0 | 22 | 24 | 33 | 6 | 25 | 102 |
| Binary | 10111011 | 10011010 | 10010110 | 0 | 10010 | 10100 | 11011 | 110 | 10101 | 1000010 |
Color Harmonies of #BB9A96
Complementary color
Monochromatic Colors of #BB9A96
Black with #BB9A96
Text Example
Text Example
White with #BB9A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A96; }
p { color: rgb(187,154,150); }
H1.HeaderClassName
{
color: #BB9A96;
}
.AnyTagClassName
{
color: #BB9A96;
}
</style>
background-color css
<style>
a { background-color: #BB9A96; }
a { background-color: rgb(187,154,150); }
div.DivClassName
{
background-color: #BB9A96;
}
.BgClassName
{
background-color: #BB9A96;
}
</style>
border-color css
<style>
span { border-color: #BB9A96; }
span { border-color: rgb(187,154,150); }
td.TdClassName
{
border-color: #BB9A96;
}
.TagClassName
{
border-color: #BB9A96;
}
</style>