Shades of Thatch #B7918A
Tints of Thatch #B7918A
RGB
CMYK
RGB Variations
Color information
#B7918A (or 0xB7918A) is known color: Thatch. HEX triplet: B7, 91 and 8A. RGB value is (183,145,138). Sum of RGB (Red+Green+Blue) = 183+145+138=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B7918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7918A is #486E75. Grayscale: #9B9B9B. Windows color (decimal): -4746870 or 9081271. OLE color: 9081271.
HSL color Cylindrical-coordinate representation of color #B7918A: 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.25%. Process color model (Four color, CMYK) of #B7918A is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 145 | 138 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.28 |
| HSL | 9.33º | 0.24% | 0.63% | - |
| HSV(B) | 9.33º | 0.25% | 0.72% | - |
| XYZ | 34.24 | 32.15 | 28.45 | - |
| YUV | 155.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 138 | 0 | 0.21 | 0.25 | 0.28 | 9.33 | 0.24 | 0.63 |
| Hex | B7 | 91 | 8A | 0 | 15 | 19 | 1C | 9 | 18 | 3F |
| Octal | 267 | 221 | 212 | 0 | 25 | 31 | 34 | 11 | 30 | 77 |
| Binary | 10110111 | 10010001 | 10001010 | 0 | 10101 | 11001 | 11100 | 1001 | 11000 | 111111 |
Color Harmonies of #B7918A
Complementary color
Monochromatic Colors of #B7918A
Black with #B7918A
Text Example
Text Example
White with #B7918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7918A; }
p { color: rgb(183,145,138); }
H1.HeaderClassName
{
color: #B7918A;
}
.AnyTagClassName
{
color: #B7918A;
}
</style>
background-color css
<style>
a { background-color: #B7918A; }
a { background-color: rgb(183,145,138); }
div.DivClassName
{
background-color: #B7918A;
}
.BgClassName
{
background-color: #B7918A;
}
</style>
border-color css
<style>
span { border-color: #B7918A; }
span { border-color: rgb(183,145,138); }
td.TdClassName
{
border-color: #B7918A;
}
.TagClassName
{
border-color: #B7918A;
}
</style>