Shades of Thatch #B9968F
Tints of Thatch #B9968F
RGB
CMYK
RGB Variations
Color information
#B9968F (or 0xB9968F) is known color: Thatch. HEX triplet: B9, 96 and 8F. RGB value is (185,150,143). Sum of RGB (Red+Green+Blue) = 185+150+143=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9968F is #466970. Grayscale: #9F9F9F. Windows color (decimal): -4614513 or 9410233. OLE color: 9410233.
HSL color Cylindrical-coordinate representation of color #B9968F: hue angle of 10º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9968F is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 150 | 143 | - |
CMYK | 0 | 0.19 | 0.23 | 0.27 |
HSL | 10º | 0.23% | 0.64% | - |
HSV(B) | 10º | 0.23% | 0.73% | - |
XYZ | 35.87 | 34.11 | 30.68 | - |
YUV | 159.67 | 118.6 | 146.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 150 | 143 | 0 | 0.19 | 0.23 | 0.27 | 10 | 0.23 | 0.64 |
Hex | B9 | 96 | 8F | 0 | 13 | 17 | 1B | A | 17 | 40 |
Octal | 271 | 226 | 217 | 0 | 23 | 27 | 33 | 12 | 27 | 100 |
Binary | 10111001 | 10010110 | 10001111 | 0 | 10011 | 10111 | 11011 | 1010 | 10111 | 1000000 |
Color Harmonies of #B9968F
Complementary color
Monochromatic Colors of #B9968F
Black with #B9968F
Text Example
Text Example
White with #B9968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9968F; }
p { color: rgb(185,150,143); }
H1.HeaderClassName
{
color: #B9968F;
}
.AnyTagClassName
{
color: #B9968F;
}
</style>
background-color css
<style>
a { background-color: #B9968F; }
a { background-color: rgb(185,150,143); }
div.DivClassName
{
background-color: #B9968F;
}
.BgClassName
{
background-color: #B9968F;
}
</style>
border-color css
<style>
span { border-color: #B9968F; }
span { border-color: rgb(185,150,143); }
td.TdClassName
{
border-color: #B9968F;
}
.TagClassName
{
border-color: #B9968F;
}
</style>