Shades of Thatch #B0928A
Tints of Thatch #B0928A
RGB
CMYK
RGB Variations
Color information
#B0928A (or 0xB0928A) is known color: Thatch. HEX triplet: B0, 92 and 8A. RGB value is (176,146,138). Sum of RGB (Red+Green+Blue) = 176+146+138=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B0928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0928A is #4F6D75. Grayscale: #9A9A9A. Windows color (decimal): -5205366 or 9081520. OLE color: 9081520.
HSL color Cylindrical-coordinate representation of color #B0928A: hue angle of 12.63º 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 #B0928A is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 138 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.31 |
| HSL | 12.63º | 0.19% | 0.62% | - |
| HSV(B) | 12.63º | 0.22% | 0.69% | - |
| XYZ | 32.77 | 31.62 | 28.42 | - |
| YUV | 154.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 138 | 0 | 0.17 | 0.22 | 0.31 | 12.63 | 0.19 | 0.62 |
| Hex | B0 | 92 | 8A | 0 | 11 | 16 | 1F | D | 13 | 3E |
| Octal | 260 | 222 | 212 | 0 | 21 | 26 | 37 | 15 | 23 | 76 |
| Binary | 10110000 | 10010010 | 10001010 | 0 | 10001 | 10110 | 11111 | 1101 | 10011 | 111110 |
Color Harmonies of #B0928A
Complementary color
Monochromatic Colors of #B0928A
Black with #B0928A
Text Example
Text Example
White with #B0928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0928A; }
p { color: rgb(176,146,138); }
H1.HeaderClassName
{
color: #B0928A;
}
.AnyTagClassName
{
color: #B0928A;
}
</style>
background-color css
<style>
a { background-color: #B0928A; }
a { background-color: rgb(176,146,138); }
div.DivClassName
{
background-color: #B0928A;
}
.BgClassName
{
background-color: #B0928A;
}
</style>
border-color css
<style>
span { border-color: #B0928A; }
span { border-color: rgb(176,146,138); }
td.TdClassName
{
border-color: #B0928A;
}
.TagClassName
{
border-color: #B0928A;
}
</style>