Shades of Thatch #B28F8C
Tints of Thatch #B28F8C
RGB
CMYK
RGB Variations
Color information
#B28F8C (or 0xB28F8C) is known color: Thatch. HEX triplet: B2, 8F and 8C. RGB value is (178,143,140). Sum of RGB (Red+Green+Blue) = 178+143+140=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28F8C is #4D7073. Grayscale: #999999. Windows color (decimal): -5075060 or 9211826. OLE color: 9211826.
HSL color Cylindrical-coordinate representation of color #B28F8C: hue angle of 4.74º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28F8C is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 143 | 140 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.30 |
| HSL | 4.74º | 0.2% | 0.62% | - |
| HSV(B) | 4.74º | 0.21% | 0.7% | - |
| XYZ | 32.92 | 31 | 29.06 | - |
| YUV | 153.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 140 | 0 | 0.20 | 0.21 | 0.30 | 4.74 | 0.2 | 0.62 |
| Hex | B2 | 8F | 8C | 0 | 14 | 15 | 1E | 5 | 14 | 3E |
| Octal | 262 | 217 | 214 | 0 | 24 | 25 | 36 | 5 | 24 | 76 |
| Binary | 10110010 | 10001111 | 10001100 | 0 | 10100 | 10101 | 11110 | 101 | 10100 | 111110 |
Color Harmonies of #B28F8C
Complementary color
Monochromatic Colors of #B28F8C
Black with #B28F8C
Text Example
Text Example
White with #B28F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28F8C; }
p { color: rgb(178,143,140); }
H1.HeaderClassName
{
color: #B28F8C;
}
.AnyTagClassName
{
color: #B28F8C;
}
</style>
background-color css
<style>
a { background-color: #B28F8C; }
a { background-color: rgb(178,143,140); }
div.DivClassName
{
background-color: #B28F8C;
}
.BgClassName
{
background-color: #B28F8C;
}
</style>
border-color css
<style>
span { border-color: #B28F8C; }
span { border-color: rgb(178,143,140); }
td.TdClassName
{
border-color: #B28F8C;
}
.TagClassName
{
border-color: #B28F8C;
}
</style>