Shades of Thatch #BC9993
Tints of Thatch #BC9993
RGB
CMYK
RGB Variations
Color information
#BC9993 (or 0xBC9993) is known color: Thatch. HEX triplet: BC, 99 and 93. RGB value is (188,153,147). Sum of RGB (Red+Green+Blue) = 188+153+147=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9993 is #43666C. Grayscale: #A2A2A2. Windows color (decimal): -4417133 or 9673148. OLE color: 9673148.
HSL color Cylindrical-coordinate representation of color #BC9993: hue angle of 8.78º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC9993 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 147 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.26 |
| HSL | 8.78º | 0.23% | 0.66% | - |
| HSV(B) | 8.78º | 0.22% | 0.74% | - |
| XYZ | 37.4 | 35.58 | 32.5 | - |
| YUV | 162.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 147 | 0 | 0.19 | 0.22 | 0.26 | 8.78 | 0.23 | 0.66 |
| Hex | BC | 99 | 93 | 0 | 13 | 16 | 1A | 9 | 17 | 42 |
| Octal | 274 | 231 | 223 | 0 | 23 | 26 | 32 | 11 | 27 | 102 |
| Binary | 10111100 | 10011001 | 10010011 | 0 | 10011 | 10110 | 11010 | 1001 | 10111 | 1000010 |
Color Harmonies of #BC9993
Complementary color
Monochromatic Colors of #BC9993
Black with #BC9993
Text Example
Text Example
White with #BC9993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9993; }
p { color: rgb(188,153,147); }
H1.HeaderClassName
{
color: #BC9993;
}
.AnyTagClassName
{
color: #BC9993;
}
</style>
background-color css
<style>
a { background-color: #BC9993; }
a { background-color: rgb(188,153,147); }
div.DivClassName
{
background-color: #BC9993;
}
.BgClassName
{
background-color: #BC9993;
}
</style>
border-color css
<style>
span { border-color: #BC9993; }
span { border-color: rgb(188,153,147); }
td.TdClassName
{
border-color: #BC9993;
}
.TagClassName
{
border-color: #BC9993;
}
</style>