Shades of Thatch #B1948C
Tints of Thatch #B1948C
RGB
CMYK
RGB Variations
Color information
#B1948C (or 0xB1948C) is known color: Thatch. HEX triplet: B1, 94 and 8C. RGB value is (177,148,140). Sum of RGB (Red+Green+Blue) = 177+148+140=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B1948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1948C is #4E6B73. Grayscale: #9B9B9B. Windows color (decimal): -5139316 or 9213105. OLE color: 9213105.
HSL color Cylindrical-coordinate representation of color #B1948C: hue angle of 12.97º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1948C is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 140 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.31 |
| HSL | 12.97º | 0.19% | 0.62% | - |
| HSV(B) | 12.97º | 0.21% | 0.69% | - |
| XYZ | 33.45 | 32.42 | 29.31 | - |
| YUV | 155.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 140 | 0 | 0.16 | 0.21 | 0.31 | 12.97 | 0.19 | 0.62 |
| Hex | B1 | 94 | 8C | 0 | 10 | 15 | 1F | D | 13 | 3E |
| Octal | 261 | 224 | 214 | 0 | 20 | 25 | 37 | 15 | 23 | 76 |
| Binary | 10110001 | 10010100 | 10001100 | 0 | 10000 | 10101 | 11111 | 1101 | 10011 | 111110 |
Color Harmonies of #B1948C
Complementary color
Monochromatic Colors of #B1948C
Black with #B1948C
Text Example
Text Example
White with #B1948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1948C; }
p { color: rgb(177,148,140); }
H1.HeaderClassName
{
color: #B1948C;
}
.AnyTagClassName
{
color: #B1948C;
}
</style>
background-color css
<style>
a { background-color: #B1948C; }
a { background-color: rgb(177,148,140); }
div.DivClassName
{
background-color: #B1948C;
}
.BgClassName
{
background-color: #B1948C;
}
</style>
border-color css
<style>
span { border-color: #B1948C; }
span { border-color: rgb(177,148,140); }
td.TdClassName
{
border-color: #B1948C;
}
.TagClassName
{
border-color: #B1948C;
}
</style>