Shades of Thatch #B0938A
Tints of Thatch #B0938A
RGB
CMYK
RGB Variations
Color information
#B0938A (or 0xB0938A) is known color: Thatch. HEX triplet: B0, 93 and 8A. RGB value is (176,147,138). Sum of RGB (Red+Green+Blue) = 176+147+138=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B0938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0938A is #4F6C75. Grayscale: #9A9A9A. Windows color (decimal): -5205110 or 9081776. OLE color: 9081776.
HSL color Cylindrical-coordinate representation of color #B0938A: hue angle of 14.21º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0938A is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 138 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.31 |
| HSL | 14.21º | 0.19% | 0.62% | - |
| HSV(B) | 14.21º | 0.22% | 0.69% | - |
| XYZ | 32.93 | 31.93 | 28.47 | - |
| YUV | 154.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 138 | 0 | 0.16 | 0.22 | 0.31 | 14.21 | 0.19 | 0.62 |
| Hex | B0 | 93 | 8A | 0 | 10 | 16 | 1F | E | 13 | 3E |
| Octal | 260 | 223 | 212 | 0 | 20 | 26 | 37 | 16 | 23 | 76 |
| Binary | 10110000 | 10010011 | 10001010 | 0 | 10000 | 10110 | 11111 | 1110 | 10011 | 111110 |
Color Harmonies of #B0938A
Complementary color
Monochromatic Colors of #B0938A
Black with #B0938A
Text Example
Text Example
White with #B0938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0938A; }
p { color: rgb(176,147,138); }
H1.HeaderClassName
{
color: #B0938A;
}
.AnyTagClassName
{
color: #B0938A;
}
</style>
background-color css
<style>
a { background-color: #B0938A; }
a { background-color: rgb(176,147,138); }
div.DivClassName
{
background-color: #B0938A;
}
.BgClassName
{
background-color: #B0938A;
}
</style>
border-color css
<style>
span { border-color: #B0938A; }
span { border-color: rgb(176,147,138); }
td.TdClassName
{
border-color: #B0938A;
}
.TagClassName
{
border-color: #B0938A;
}
</style>