Shades of Thatch #B5928C
Tints of Thatch #B5928C
RGB
CMYK
RGB Variations
Color information
#B5928C (or 0xB5928C) is known color: Thatch. HEX triplet: B5, 92 and 8C. RGB value is (181,146,140). Sum of RGB (Red+Green+Blue) = 181+146+140=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5928C is #4A6D73. Grayscale: #9B9B9B. Windows color (decimal): -4877684 or 9212597. OLE color: 9212597.
HSL color Cylindrical-coordinate representation of color #B5928C: hue angle of 8.78º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5928C is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 140 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.29 |
| HSL | 8.78º | 0.22% | 0.63% | - |
| HSV(B) | 8.78º | 0.23% | 0.71% | - |
| XYZ | 34.07 | 32.27 | 29.25 | - |
| YUV | 155.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 140 | 0 | 0.19 | 0.23 | 0.29 | 8.78 | 0.22 | 0.63 |
| Hex | B5 | 92 | 8C | 0 | 13 | 17 | 1D | 9 | 16 | 3F |
| Octal | 265 | 222 | 214 | 0 | 23 | 27 | 35 | 11 | 26 | 77 |
| Binary | 10110101 | 10010010 | 10001100 | 0 | 10011 | 10111 | 11101 | 1001 | 10110 | 111111 |
Color Harmonies of #B5928C
Complementary color
Monochromatic Colors of #B5928C
Black with #B5928C
Text Example
Text Example
White with #B5928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5928C; }
p { color: rgb(181,146,140); }
H1.HeaderClassName
{
color: #B5928C;
}
.AnyTagClassName
{
color: #B5928C;
}
</style>
background-color css
<style>
a { background-color: #B5928C; }
a { background-color: rgb(181,146,140); }
div.DivClassName
{
background-color: #B5928C;
}
.BgClassName
{
background-color: #B5928C;
}
</style>
border-color css
<style>
span { border-color: #B5928C; }
span { border-color: rgb(181,146,140); }
td.TdClassName
{
border-color: #B5928C;
}
.TagClassName
{
border-color: #B5928C;
}
</style>