Shades of Thatch #B19893
Tints of Thatch #B19893
RGB
CMYK
RGB Variations
Color information
#B19893 (or 0xB19893) is known color: Thatch. HEX triplet: B1, 98 and 93. RGB value is (177,152,147). Sum of RGB (Red+Green+Blue) = 177+152+147=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B19893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19893 is #4E676C. Grayscale: #9E9E9E. Windows color (decimal): -5138285 or 9672881. OLE color: 9672881.
HSL color Cylindrical-coordinate representation of color #B19893: hue angle of 10º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B19893 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 147 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.31 |
| HSL | 10º | 0.16% | 0.64% | - |
| HSV(B) | 10º | 0.17% | 0.69% | - |
| XYZ | 34.63 | 33.91 | 32.32 | - |
| YUV | 158.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 147 | 0 | 0.14 | 0.17 | 0.31 | 10 | 0.16 | 0.64 |
| Hex | B1 | 98 | 93 | 0 | E | 11 | 1F | A | 10 | 40 |
| Octal | 261 | 230 | 223 | 0 | 16 | 21 | 37 | 12 | 20 | 100 |
| Binary | 10110001 | 10011000 | 10010011 | 0 | 1110 | 10001 | 11111 | 1010 | 10000 | 1000000 |
Color Harmonies of #B19893
Complementary color
Monochromatic Colors of #B19893
Black with #B19893
Text Example
Text Example
White with #B19893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19893; }
p { color: rgb(177,152,147); }
H1.HeaderClassName
{
color: #B19893;
}
.AnyTagClassName
{
color: #B19893;
}
</style>
background-color css
<style>
a { background-color: #B19893; }
a { background-color: rgb(177,152,147); }
div.DivClassName
{
background-color: #B19893;
}
.BgClassName
{
background-color: #B19893;
}
</style>
border-color css
<style>
span { border-color: #B19893; }
span { border-color: rgb(177,152,147); }
td.TdClassName
{
border-color: #B19893;
}
.TagClassName
{
border-color: #B19893;
}
</style>