Shades of Thatch #BB948F
Tints of Thatch #BB948F
RGB
CMYK
RGB Variations
Color information
#BB948F (or 0xBB948F) is known color: Thatch. HEX triplet: BB, 94 and 8F. RGB value is (187,148,143). Sum of RGB (Red+Green+Blue) = 187+148+143=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB948F is #446B70. Grayscale: #9F9F9F. Windows color (decimal): -4483953 or 9409723. OLE color: 9409723.
HSL color Cylindrical-coordinate representation of color #BB948F: hue angle of 6.82º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB948F is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 143 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.27 |
| HSL | 6.82º | 0.24% | 0.65% | - |
| HSV(B) | 6.82º | 0.24% | 0.73% | - |
| XYZ | 36.04 | 33.73 | 30.6 | - |
| YUV | 159.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 143 | 0 | 0.21 | 0.24 | 0.27 | 6.82 | 0.24 | 0.65 |
| Hex | BB | 94 | 8F | 0 | 15 | 18 | 1B | 7 | 18 | 41 |
| Octal | 273 | 224 | 217 | 0 | 25 | 30 | 33 | 7 | 30 | 101 |
| Binary | 10111011 | 10010100 | 10001111 | 0 | 10101 | 11000 | 11011 | 111 | 11000 | 1000001 |
Color Harmonies of #BB948F
Complementary color
Monochromatic Colors of #BB948F
Black with #BB948F
Text Example
Text Example
White with #BB948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB948F; }
p { color: rgb(187,148,143); }
H1.HeaderClassName
{
color: #BB948F;
}
.AnyTagClassName
{
color: #BB948F;
}
</style>
background-color css
<style>
a { background-color: #BB948F; }
a { background-color: rgb(187,148,143); }
div.DivClassName
{
background-color: #BB948F;
}
.BgClassName
{
background-color: #BB948F;
}
</style>
border-color css
<style>
span { border-color: #BB948F; }
span { border-color: rgb(187,148,143); }
td.TdClassName
{
border-color: #BB948F;
}
.TagClassName
{
border-color: #BB948F;
}
</style>