Shades of Thatch #B8908A
Tints of Thatch #B8908A
RGB
CMYK
RGB Variations
Color information
#B8908A (or 0xB8908A) is known color: Thatch. HEX triplet: B8, 90 and 8A. RGB value is (184,144,138). Sum of RGB (Red+Green+Blue) = 184+144+138=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B8908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8908A is #476F75. Grayscale: #9B9B9B. Windows color (decimal): -4681590 or 9081016. OLE color: 9081016.
HSL color Cylindrical-coordinate representation of color #B8908A: hue angle of 7.83º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8908A is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 138 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.28 |
| HSL | 7.83º | 0.24% | 0.63% | - |
| HSV(B) | 7.83º | 0.25% | 0.72% | - |
| XYZ | 34.33 | 31.97 | 28.41 | - |
| YUV | 155.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 138 | 0 | 0.22 | 0.25 | 0.28 | 7.83 | 0.24 | 0.63 |
| Hex | B8 | 90 | 8A | 0 | 16 | 19 | 1C | 8 | 18 | 3F |
| Octal | 270 | 220 | 212 | 0 | 26 | 31 | 34 | 10 | 30 | 77 |
| Binary | 10111000 | 10010000 | 10001010 | 0 | 10110 | 11001 | 11100 | 1000 | 11000 | 111111 |
Color Harmonies of #B8908A
Complementary color
Monochromatic Colors of #B8908A
Black with #B8908A
Text Example
Text Example
White with #B8908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8908A; }
p { color: rgb(184,144,138); }
H1.HeaderClassName
{
color: #B8908A;
}
.AnyTagClassName
{
color: #B8908A;
}
</style>
background-color css
<style>
a { background-color: #B8908A; }
a { background-color: rgb(184,144,138); }
div.DivClassName
{
background-color: #B8908A;
}
.BgClassName
{
background-color: #B8908A;
}
</style>
border-color css
<style>
span { border-color: #B8908A; }
span { border-color: rgb(184,144,138); }
td.TdClassName
{
border-color: #B8908A;
}
.TagClassName
{
border-color: #B8908A;
}
</style>