Shades of Thatch #BB9792
Tints of Thatch #BB9792
RGB
CMYK
RGB Variations
Color information
#BB9792 (or 0xBB9792) is known color: Thatch. HEX triplet: BB, 97 and 92. RGB value is (187,151,146). Sum of RGB (Red+Green+Blue) = 187+151+146=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9792 is #44686D. Grayscale: #A1A1A1. Windows color (decimal): -4483182 or 9607099. OLE color: 9607099.
HSL color Cylindrical-coordinate representation of color #BB9792: hue angle of 7.32º 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 #BB9792 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 146 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.27 |
| HSL | 7.32º | 0.23% | 0.65% | - |
| HSV(B) | 7.32º | 0.22% | 0.73% | - |
| XYZ | 36.75 | 34.77 | 31.97 | - |
| YUV | 161.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 146 | 0 | 0.19 | 0.22 | 0.27 | 7.32 | 0.23 | 0.65 |
| Hex | BB | 97 | 92 | 0 | 13 | 16 | 1B | 7 | 17 | 41 |
| Octal | 273 | 227 | 222 | 0 | 23 | 26 | 33 | 7 | 27 | 101 |
| Binary | 10111011 | 10010111 | 10010010 | 0 | 10011 | 10110 | 11011 | 111 | 10111 | 1000001 |
Color Harmonies of #BB9792
Complementary color
Monochromatic Colors of #BB9792
Black with #BB9792
Text Example
Text Example
White with #BB9792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9792; }
p { color: rgb(187,151,146); }
H1.HeaderClassName
{
color: #BB9792;
}
.AnyTagClassName
{
color: #BB9792;
}
</style>
background-color css
<style>
a { background-color: #BB9792; }
a { background-color: rgb(187,151,146); }
div.DivClassName
{
background-color: #BB9792;
}
.BgClassName
{
background-color: #BB9792;
}
</style>
border-color css
<style>
span { border-color: #BB9792; }
span { border-color: rgb(187,151,146); }
td.TdClassName
{
border-color: #BB9792;
}
.TagClassName
{
border-color: #BB9792;
}
</style>