Shades of Thatch #B8918B
Tints of Thatch #B8918B
RGB
CMYK
RGB Variations
Color information
#B8918B (or 0xB8918B) is known color: Thatch. HEX triplet: B8, 91 and 8B. RGB value is (184,145,139). Sum of RGB (Red+Green+Blue) = 184+145+139=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B8918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8918B is #476E74. Grayscale: #9C9C9C. Windows color (decimal): -4681333 or 9146808. OLE color: 9146808.
HSL color Cylindrical-coordinate representation of color #B8918B: hue angle of 8º 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 #B8918B is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 139 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.28 |
| HSL | 8º | 0.24% | 0.63% | - |
| HSV(B) | 8º | 0.24% | 0.72% | - |
| XYZ | 34.55 | 32.31 | 28.84 | - |
| YUV | 155.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 139 | 0 | 0.21 | 0.24 | 0.28 | 8 | 0.24 | 0.63 |
| Hex | B8 | 91 | 8B | 0 | 15 | 18 | 1C | 8 | 18 | 3F |
| Octal | 270 | 221 | 213 | 0 | 25 | 30 | 34 | 10 | 30 | 77 |
| Binary | 10111000 | 10010001 | 10001011 | 0 | 10101 | 11000 | 11100 | 1000 | 11000 | 111111 |
Color Harmonies of #B8918B
Complementary color
Monochromatic Colors of #B8918B
Black with #B8918B
Text Example
Text Example
White with #B8918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8918B; }
p { color: rgb(184,145,139); }
H1.HeaderClassName
{
color: #B8918B;
}
.AnyTagClassName
{
color: #B8918B;
}
</style>
background-color css
<style>
a { background-color: #B8918B; }
a { background-color: rgb(184,145,139); }
div.DivClassName
{
background-color: #B8918B;
}
.BgClassName
{
background-color: #B8918B;
}
</style>
border-color css
<style>
span { border-color: #B8918B; }
span { border-color: rgb(184,145,139); }
td.TdClassName
{
border-color: #B8918B;
}
.TagClassName
{
border-color: #B8918B;
}
</style>