Shades of Thatch #BC9894
Tints of Thatch #BC9894
RGB
CMYK
RGB Variations
Color information
#BC9894 (or 0xBC9894) is known color: Thatch. HEX triplet: BC, 98 and 94. RGB value is (188,152,148). Sum of RGB (Red+Green+Blue) = 188+152+148=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9894 is #43676B. Grayscale: #A2A2A2. Windows color (decimal): -4417388 or 9738428. OLE color: 9738428.
HSL color Cylindrical-coordinate representation of color #BC9894: hue angle of 6º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC9894 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 148 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.26 |
| HSL | 6º | 0.23% | 0.66% | - |
| HSV(B) | 6º | 0.21% | 0.74% | - |
| XYZ | 37.31 | 35.29 | 32.86 | - |
| YUV | 162.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 148 | 0 | 0.19 | 0.21 | 0.26 | 6 | 0.23 | 0.66 |
| Hex | BC | 98 | 94 | 0 | 13 | 15 | 1A | 6 | 17 | 42 |
| Octal | 274 | 230 | 224 | 0 | 23 | 25 | 32 | 6 | 27 | 102 |
| Binary | 10111100 | 10011000 | 10010100 | 0 | 10011 | 10101 | 11010 | 110 | 10111 | 1000010 |
Color Harmonies of #BC9894
Complementary color
Monochromatic Colors of #BC9894
Black with #BC9894
Text Example
Text Example
White with #BC9894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9894; }
p { color: rgb(188,152,148); }
H1.HeaderClassName
{
color: #BC9894;
}
.AnyTagClassName
{
color: #BC9894;
}
</style>
background-color css
<style>
a { background-color: #BC9894; }
a { background-color: rgb(188,152,148); }
div.DivClassName
{
background-color: #BC9894;
}
.BgClassName
{
background-color: #BC9894;
}
</style>
border-color css
<style>
span { border-color: #BC9894; }
span { border-color: rgb(188,152,148); }
td.TdClassName
{
border-color: #BC9894;
}
.TagClassName
{
border-color: #BC9894;
}
</style>