Shades of Thatch #BC9A94
Tints of Thatch #BC9A94
RGB
CMYK
RGB Variations
Color information
#BC9A94 (or 0xBC9A94) is known color: Thatch. HEX triplet: BC, 9A and 94. RGB value is (188,154,148). Sum of RGB (Red+Green+Blue) = 188+154+148=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9A94 is #43656B. Grayscale: #A3A3A3. Windows color (decimal): -4416876 or 9738940. OLE color: 9738940.
HSL color Cylindrical-coordinate representation of color #BC9A94: hue angle of 9º 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 #BC9A94 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 148 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.26 |
| HSL | 9º | 0.23% | 0.66% | - |
| HSV(B) | 9º | 0.21% | 0.74% | - |
| XYZ | 37.64 | 35.94 | 32.97 | - |
| YUV | 163.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 148 | 0 | 0.18 | 0.21 | 0.26 | 9 | 0.23 | 0.66 |
| Hex | BC | 9A | 94 | 0 | 12 | 15 | 1A | 9 | 17 | 42 |
| Octal | 274 | 232 | 224 | 0 | 22 | 25 | 32 | 11 | 27 | 102 |
| Binary | 10111100 | 10011010 | 10010100 | 0 | 10010 | 10101 | 11010 | 1001 | 10111 | 1000010 |
Color Harmonies of #BC9A94
Complementary color
Monochromatic Colors of #BC9A94
Black with #BC9A94
Text Example
Text Example
White with #BC9A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A94; }
p { color: rgb(188,154,148); }
H1.HeaderClassName
{
color: #BC9A94;
}
.AnyTagClassName
{
color: #BC9A94;
}
</style>
background-color css
<style>
a { background-color: #BC9A94; }
a { background-color: rgb(188,154,148); }
div.DivClassName
{
background-color: #BC9A94;
}
.BgClassName
{
background-color: #BC9A94;
}
</style>
border-color css
<style>
span { border-color: #BC9A94; }
span { border-color: rgb(188,154,148); }
td.TdClassName
{
border-color: #BC9A94;
}
.TagClassName
{
border-color: #BC9A94;
}
</style>