Shades of Thatch #B9928B
Tints of Thatch #B9928B
RGB
CMYK
RGB Variations
Color information
#B9928B (or 0xB9928B) is known color: Thatch. HEX triplet: B9, 92 and 8B. RGB value is (185,146,139). Sum of RGB (Red+Green+Blue) = 185+146+139=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B9928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9928B is #466D74. Grayscale: #9C9C9C. Windows color (decimal): -4615541 or 9147065. OLE color: 9147065.
HSL color Cylindrical-coordinate representation of color #B9928B: hue angle of 9.13º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9928B is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 139 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.27 |
| HSL | 9.13º | 0.25% | 0.64% | - |
| HSV(B) | 9.13º | 0.25% | 0.73% | - |
| XYZ | 34.95 | 32.74 | 28.9 | - |
| YUV | 156.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 139 | 0 | 0.21 | 0.25 | 0.27 | 9.13 | 0.25 | 0.64 |
| Hex | B9 | 92 | 8B | 0 | 15 | 19 | 1B | 9 | 19 | 40 |
| Octal | 271 | 222 | 213 | 0 | 25 | 31 | 33 | 11 | 31 | 100 |
| Binary | 10111001 | 10010010 | 10001011 | 0 | 10101 | 11001 | 11011 | 1001 | 11001 | 1000000 |
Color Harmonies of #B9928B
Complementary color
Monochromatic Colors of #B9928B
Black with #B9928B
Text Example
Text Example
White with #B9928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9928B; }
p { color: rgb(185,146,139); }
H1.HeaderClassName
{
color: #B9928B;
}
.AnyTagClassName
{
color: #B9928B;
}
</style>
background-color css
<style>
a { background-color: #B9928B; }
a { background-color: rgb(185,146,139); }
div.DivClassName
{
background-color: #B9928B;
}
.BgClassName
{
background-color: #B9928B;
}
</style>
border-color css
<style>
span { border-color: #B9928B; }
span { border-color: rgb(185,146,139); }
td.TdClassName
{
border-color: #B9928B;
}
.TagClassName
{
border-color: #B9928B;
}
</style>