Shades of Thatch #B8928B
Tints of Thatch #B8928B
RGB
CMYK
RGB Variations
Color information
#B8928B (or 0xB8928B) is known color: Thatch. HEX triplet: B8, 92 and 8B. RGB value is (184,146,139). Sum of RGB (Red+Green+Blue) = 184+146+139=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B8928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8928B is #476D74. Grayscale: #9C9C9C. Windows color (decimal): -4681077 or 9147064. OLE color: 9147064.
HSL color Cylindrical-coordinate representation of color #B8928B: hue angle of 9.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8928B is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 139 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.28 |
| HSL | 9.33º | 0.24% | 0.63% | - |
| HSV(B) | 9.33º | 0.24% | 0.72% | - |
| XYZ | 34.71 | 32.61 | 28.89 | - |
| YUV | 156.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 139 | 0 | 0.21 | 0.24 | 0.28 | 9.33 | 0.24 | 0.63 |
| Hex | B8 | 92 | 8B | 0 | 15 | 18 | 1C | 9 | 18 | 3F |
| Octal | 270 | 222 | 213 | 0 | 25 | 30 | 34 | 11 | 30 | 77 |
| Binary | 10111000 | 10010010 | 10001011 | 0 | 10101 | 11000 | 11100 | 1001 | 11000 | 111111 |
Color Harmonies of #B8928B
Complementary color
Monochromatic Colors of #B8928B
Black with #B8928B
Text Example
Text Example
White with #B8928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8928B; }
p { color: rgb(184,146,139); }
H1.HeaderClassName
{
color: #B8928B;
}
.AnyTagClassName
{
color: #B8928B;
}
</style>
background-color css
<style>
a { background-color: #B8928B; }
a { background-color: rgb(184,146,139); }
div.DivClassName
{
background-color: #B8928B;
}
.BgClassName
{
background-color: #B8928B;
}
</style>
border-color css
<style>
span { border-color: #B8928B; }
span { border-color: rgb(184,146,139); }
td.TdClassName
{
border-color: #B8928B;
}
.TagClassName
{
border-color: #B8928B;
}
</style>