Shades of Thatch #BA928C
Tints of Thatch #BA928C
RGB
CMYK
RGB Variations
Color information
#BA928C (or 0xBA928C) is known color: Thatch. HEX triplet: BA, 92 and 8C. RGB value is (186,146,140). Sum of RGB (Red+Green+Blue) = 186+146+140=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA928C is #456D73. Grayscale: #9D9D9D. Windows color (decimal): -4550004 or 9212602. OLE color: 9212602.
HSL color Cylindrical-coordinate representation of color #BA928C: hue angle of 7.83º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA928C is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 140 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.27 |
| HSL | 7.83º | 0.25% | 0.64% | - |
| HSV(B) | 7.83º | 0.25% | 0.73% | - |
| XYZ | 35.26 | 32.89 | 29.3 | - |
| YUV | 157.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 140 | 0 | 0.22 | 0.25 | 0.27 | 7.83 | 0.25 | 0.64 |
| Hex | BA | 92 | 8C | 0 | 16 | 19 | 1B | 8 | 19 | 40 |
| Octal | 272 | 222 | 214 | 0 | 26 | 31 | 33 | 10 | 31 | 100 |
| Binary | 10111010 | 10010010 | 10001100 | 0 | 10110 | 11001 | 11011 | 1000 | 11001 | 1000000 |
Color Harmonies of #BA928C
Complementary color
Monochromatic Colors of #BA928C
Black with #BA928C
Text Example
Text Example
White with #BA928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA928C; }
p { color: rgb(186,146,140); }
H1.HeaderClassName
{
color: #BA928C;
}
.AnyTagClassName
{
color: #BA928C;
}
</style>
background-color css
<style>
a { background-color: #BA928C; }
a { background-color: rgb(186,146,140); }
div.DivClassName
{
background-color: #BA928C;
}
.BgClassName
{
background-color: #BA928C;
}
</style>
border-color css
<style>
span { border-color: #BA928C; }
span { border-color: rgb(186,146,140); }
td.TdClassName
{
border-color: #BA928C;
}
.TagClassName
{
border-color: #BA928C;
}
</style>