Shades of Thatch #BB9A94
Tints of Thatch #BB9A94
RGB
CMYK
RGB Variations
Color information
#BB9A94 (or 0xBB9A94) is known color: Thatch. HEX triplet: BB, 9A and 94. RGB value is (187,154,148). Sum of RGB (Red+Green+Blue) = 187+154+148=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A94 is #44656B. Grayscale: #A3A3A3. Windows color (decimal): -4482412 or 9738939. OLE color: 9738939.
HSL color Cylindrical-coordinate representation of color #BB9A94: hue angle of 9.23º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB9A94 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 148 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.27 |
| HSL | 9.23º | 0.22% | 0.66% | - |
| HSV(B) | 9.23º | 0.21% | 0.73% | - |
| XYZ | 37.39 | 35.81 | 32.96 | - |
| YUV | 163.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 148 | 0 | 0.18 | 0.21 | 0.27 | 9.23 | 0.22 | 0.66 |
| Hex | BB | 9A | 94 | 0 | 12 | 15 | 1B | 9 | 16 | 42 |
| Octal | 273 | 232 | 224 | 0 | 22 | 25 | 33 | 11 | 26 | 102 |
| Binary | 10111011 | 10011010 | 10010100 | 0 | 10010 | 10101 | 11011 | 1001 | 10110 | 1000010 |
Color Harmonies of #BB9A94
Complementary color
Monochromatic Colors of #BB9A94
Black with #BB9A94
Text Example
Text Example
White with #BB9A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A94; }
p { color: rgb(187,154,148); }
H1.HeaderClassName
{
color: #BB9A94;
}
.AnyTagClassName
{
color: #BB9A94;
}
</style>
background-color css
<style>
a { background-color: #BB9A94; }
a { background-color: rgb(187,154,148); }
div.DivClassName
{
background-color: #BB9A94;
}
.BgClassName
{
background-color: #BB9A94;
}
</style>
border-color css
<style>
span { border-color: #BB9A94; }
span { border-color: rgb(187,154,148); }
td.TdClassName
{
border-color: #BB9A94;
}
.TagClassName
{
border-color: #BB9A94;
}
</style>