Shades of Thatch #B5928A
Tints of Thatch #B5928A
RGB
CMYK
RGB Variations
Color information
#B5928A (or 0xB5928A) is known color: Thatch. HEX triplet: B5, 92 and 8A. RGB value is (181,146,138). Sum of RGB (Red+Green+Blue) = 181+146+138=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5928A is #4A6D75. Grayscale: #9B9B9B. Windows color (decimal): -4877686 or 9081525. OLE color: 9081525.
HSL color Cylindrical-coordinate representation of color #B5928A: hue angle of 11.16º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5928A is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 138 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.29 |
| HSL | 11.16º | 0.23% | 0.63% | - |
| HSV(B) | 11.16º | 0.24% | 0.71% | - |
| XYZ | 33.92 | 32.22 | 28.48 | - |
| YUV | 155.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 138 | 0 | 0.19 | 0.24 | 0.29 | 11.16 | 0.23 | 0.63 |
| Hex | B5 | 92 | 8A | 0 | 13 | 18 | 1D | B | 17 | 3F |
| Octal | 265 | 222 | 212 | 0 | 23 | 30 | 35 | 13 | 27 | 77 |
| Binary | 10110101 | 10010010 | 10001010 | 0 | 10011 | 11000 | 11101 | 1011 | 10111 | 111111 |
Color Harmonies of #B5928A
Complementary color
Monochromatic Colors of #B5928A
Black with #B5928A
Text Example
Text Example
White with #B5928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5928A; }
p { color: rgb(181,146,138); }
H1.HeaderClassName
{
color: #B5928A;
}
.AnyTagClassName
{
color: #B5928A;
}
</style>
background-color css
<style>
a { background-color: #B5928A; }
a { background-color: rgb(181,146,138); }
div.DivClassName
{
background-color: #B5928A;
}
.BgClassName
{
background-color: #B5928A;
}
</style>
border-color css
<style>
span { border-color: #B5928A; }
span { border-color: rgb(181,146,138); }
td.TdClassName
{
border-color: #B5928A;
}
.TagClassName
{
border-color: #B5928A;
}
</style>