Shades of Thatch #BB9992
Tints of Thatch #BB9992
RGB
CMYK
RGB Variations
Color information
#BB9992 (or 0xBB9992) is known color: Thatch. HEX triplet: BB, 99 and 92. RGB value is (187,153,146). Sum of RGB (Red+Green+Blue) = 187+153+146=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9992 is #44666D. Grayscale: #A2A2A2. Windows color (decimal): -4482670 or 9607611. OLE color: 9607611.
HSL color Cylindrical-coordinate representation of color #BB9992: hue angle of 10.24º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB9992 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 146 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.27 |
| HSL | 10.24º | 0.23% | 0.65% | - |
| HSV(B) | 10.24º | 0.22% | 0.73% | - |
| XYZ | 37.07 | 35.42 | 32.08 | - |
| YUV | 162.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 146 | 0 | 0.18 | 0.22 | 0.27 | 10.24 | 0.23 | 0.65 |
| Hex | BB | 99 | 92 | 0 | 12 | 16 | 1B | A | 17 | 41 |
| Octal | 273 | 231 | 222 | 0 | 22 | 26 | 33 | 12 | 27 | 101 |
| Binary | 10111011 | 10011001 | 10010010 | 0 | 10010 | 10110 | 11011 | 1010 | 10111 | 1000001 |
Color Harmonies of #BB9992
Complementary color
Monochromatic Colors of #BB9992
Black with #BB9992
Text Example
Text Example
White with #BB9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9992; }
p { color: rgb(187,153,146); }
H1.HeaderClassName
{
color: #BB9992;
}
.AnyTagClassName
{
color: #BB9992;
}
</style>
background-color css
<style>
a { background-color: #BB9992; }
a { background-color: rgb(187,153,146); }
div.DivClassName
{
background-color: #BB9992;
}
.BgClassName
{
background-color: #BB9992;
}
</style>
border-color css
<style>
span { border-color: #BB9992; }
span { border-color: rgb(187,153,146); }
td.TdClassName
{
border-color: #BB9992;
}
.TagClassName
{
border-color: #BB9992;
}
</style>