Shades of Thatch #B0948D
Tints of Thatch #B0948D
RGB
CMYK
RGB Variations
Color information
#B0948D (or 0xB0948D) is known color: Thatch. HEX triplet: B0, 94 and 8D. RGB value is (176,148,141). Sum of RGB (Red+Green+Blue) = 176+148+141=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B0948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0948D is #4F6B72. Grayscale: #9B9B9B. Windows color (decimal): -5204851 or 9278640. OLE color: 9278640.
HSL color Cylindrical-coordinate representation of color #B0948D: hue angle of 12º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0948D is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 141 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.31 |
| HSL | 12º | 0.18% | 0.62% | - |
| HSV(B) | 12º | 0.2% | 0.69% | - |
| XYZ | 33.3 | 32.33 | 29.68 | - |
| YUV | 155.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 141 | 0 | 0.16 | 0.20 | 0.31 | 12 | 0.18 | 0.62 |
| Hex | B0 | 94 | 8D | 0 | 10 | 14 | 1F | C | 12 | 3E |
| Octal | 260 | 224 | 215 | 0 | 20 | 24 | 37 | 14 | 22 | 76 |
| Binary | 10110000 | 10010100 | 10001101 | 0 | 10000 | 10100 | 11111 | 1100 | 10010 | 111110 |
Color Harmonies of #B0948D
Complementary color
Monochromatic Colors of #B0948D
Black with #B0948D
Text Example
Text Example
White with #B0948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0948D; }
p { color: rgb(176,148,141); }
H1.HeaderClassName
{
color: #B0948D;
}
.AnyTagClassName
{
color: #B0948D;
}
</style>
background-color css
<style>
a { background-color: #B0948D; }
a { background-color: rgb(176,148,141); }
div.DivClassName
{
background-color: #B0948D;
}
.BgClassName
{
background-color: #B0948D;
}
</style>
border-color css
<style>
span { border-color: #B0948D; }
span { border-color: rgb(176,148,141); }
td.TdClassName
{
border-color: #B0948D;
}
.TagClassName
{
border-color: #B0948D;
}
</style>