Shades of Thatch #B2928E
Tints of Thatch #B2928E
RGB
CMYK
RGB Variations
Color information
#B2928E (or 0xB2928E) is known color: Thatch. HEX triplet: B2, 92 and 8E. RGB value is (178,146,142). Sum of RGB (Red+Green+Blue) = 178+146+142=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2928E is #4D6D71. Grayscale: #9B9B9B. Windows color (decimal): -5074290 or 9343666. OLE color: 9343666.
HSL color Cylindrical-coordinate representation of color #B2928E: hue angle of 6.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2928E is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 146 | 142 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.30 |
| HSL | 6.67º | 0.19% | 0.63% | - |
| HSV(B) | 6.67º | 0.2% | 0.7% | - |
| XYZ | 33.52 | 31.98 | 30 | - |
| YUV | 155.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 142 | 0 | 0.18 | 0.20 | 0.30 | 6.67 | 0.19 | 0.63 |
| Hex | B2 | 92 | 8E | 0 | 12 | 14 | 1E | 7 | 13 | 3F |
| Octal | 262 | 222 | 216 | 0 | 22 | 24 | 36 | 7 | 23 | 77 |
| Binary | 10110010 | 10010010 | 10001110 | 0 | 10010 | 10100 | 11110 | 111 | 10011 | 111111 |
Color Harmonies of #B2928E
Complementary color
Monochromatic Colors of #B2928E
Black with #B2928E
Text Example
Text Example
White with #B2928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2928E; }
p { color: rgb(178,146,142); }
H1.HeaderClassName
{
color: #B2928E;
}
.AnyTagClassName
{
color: #B2928E;
}
</style>
background-color css
<style>
a { background-color: #B2928E; }
a { background-color: rgb(178,146,142); }
div.DivClassName
{
background-color: #B2928E;
}
.BgClassName
{
background-color: #B2928E;
}
</style>
border-color css
<style>
span { border-color: #B2928E; }
span { border-color: rgb(178,146,142); }
td.TdClassName
{
border-color: #B2928E;
}
.TagClassName
{
border-color: #B2928E;
}
</style>