Shades of Thatch #B2948C
Tints of Thatch #B2948C
RGB
CMYK
RGB Variations
Color information
#B2948C (or 0xB2948C) is known color: Thatch. HEX triplet: B2, 94 and 8C. RGB value is (178,148,140). Sum of RGB (Red+Green+Blue) = 178+148+140=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2948C is #4D6B73. Grayscale: #9C9C9C. Windows color (decimal): -5073780 or 9213106. OLE color: 9213106.
HSL color Cylindrical-coordinate representation of color #B2948C: hue angle of 12.63º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2948C is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 140 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.30 |
| HSL | 12.63º | 0.2% | 0.62% | - |
| HSV(B) | 12.63º | 0.21% | 0.7% | - |
| XYZ | 33.68 | 32.54 | 29.32 | - |
| YUV | 156.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 140 | 0 | 0.17 | 0.21 | 0.30 | 12.63 | 0.2 | 0.62 |
| Hex | B2 | 94 | 8C | 0 | 11 | 15 | 1E | D | 14 | 3E |
| Octal | 262 | 224 | 214 | 0 | 21 | 25 | 36 | 15 | 24 | 76 |
| Binary | 10110010 | 10010100 | 10001100 | 0 | 10001 | 10101 | 11110 | 1101 | 10100 | 111110 |
Color Harmonies of #B2948C
Complementary color
Monochromatic Colors of #B2948C
Black with #B2948C
Text Example
Text Example
White with #B2948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2948C; }
p { color: rgb(178,148,140); }
H1.HeaderClassName
{
color: #B2948C;
}
.AnyTagClassName
{
color: #B2948C;
}
</style>
background-color css
<style>
a { background-color: #B2948C; }
a { background-color: rgb(178,148,140); }
div.DivClassName
{
background-color: #B2948C;
}
.BgClassName
{
background-color: #B2948C;
}
</style>
border-color css
<style>
span { border-color: #B2948C; }
span { border-color: rgb(178,148,140); }
td.TdClassName
{
border-color: #B2948C;
}
.TagClassName
{
border-color: #B2948C;
}
</style>