Shades of Thatch #BC9995
Tints of Thatch #BC9995
RGB
CMYK
RGB Variations
Color information
#BC9995 (or 0xBC9995) is known color: Thatch. HEX triplet: BC, 99 and 95. RGB value is (188,153,149). Sum of RGB (Red+Green+Blue) = 188+153+149=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9995 is #43666A. Grayscale: #A3A3A3. Windows color (decimal): -4417131 or 9804220. OLE color: 9804220.
HSL color Cylindrical-coordinate representation of color #BC9995: hue angle of 6.15º 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 #BC9995 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 149 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.26 |
| HSL | 6.15º | 0.23% | 0.66% | - |
| HSV(B) | 6.15º | 0.21% | 0.74% | - |
| XYZ | 37.56 | 35.64 | 33.33 | - |
| YUV | 163.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 149 | 0 | 0.19 | 0.21 | 0.26 | 6.15 | 0.23 | 0.66 |
| Hex | BC | 99 | 95 | 0 | 13 | 15 | 1A | 6 | 17 | 42 |
| Octal | 274 | 231 | 225 | 0 | 23 | 25 | 32 | 6 | 27 | 102 |
| Binary | 10111100 | 10011001 | 10010101 | 0 | 10011 | 10101 | 11010 | 110 | 10111 | 1000010 |
Color Harmonies of #BC9995
Complementary color
Monochromatic Colors of #BC9995
Black with #BC9995
Text Example
Text Example
White with #BC9995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9995; }
p { color: rgb(188,153,149); }
H1.HeaderClassName
{
color: #BC9995;
}
.AnyTagClassName
{
color: #BC9995;
}
</style>
background-color css
<style>
a { background-color: #BC9995; }
a { background-color: rgb(188,153,149); }
div.DivClassName
{
background-color: #BC9995;
}
.BgClassName
{
background-color: #BC9995;
}
</style>
border-color css
<style>
span { border-color: #BC9995; }
span { border-color: rgb(188,153,149); }
td.TdClassName
{
border-color: #BC9995;
}
.TagClassName
{
border-color: #BC9995;
}
</style>