Shades of Turkish Rose #B96A6B
Tints of Turkish Rose #B96A6B
RGB
CMYK
RGB Variations
Color information
#B96A6B (or 0xB96A6B) is known color: Turkish Rose. HEX triplet: B9, 6A and 6B. RGB value is (185,106,107). Sum of RGB (Red+Green+Blue) = 185+106+107=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A6B is #469594. Grayscale: #818181. Windows color (decimal): -4625813 or 7039673. OLE color: 7039673.
HSL color Cylindrical-coordinate representation of color #B96A6B: hue angle of 359.24º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96A6B is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 107 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.27 |
| HSL | 359.24º | 0.36% | 0.57% | - |
| HSV(B) | 359.24º | 0.43% | 0.73% | - |
| XYZ | 27.82 | 21.68 | 16.63 | - |
| YUV | 129.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 107 | 0 | 0.43 | 0.42 | 0.27 | 359.24 | 0.36 | 0.57 |
| Hex | B9 | 6A | 6B | 0 | 2B | 2A | 1B | 167 | 24 | 39 |
| Octal | 271 | 152 | 153 | 0 | 53 | 52 | 33 | 547 | 44 | 71 |
| Binary | 10111001 | 1101010 | 1101011 | 0 | 101011 | 101010 | 11011 | 101100111 | 100100 | 111001 |
Color Harmonies of #B96A6B
Complementary color
Monochromatic Colors of #B96A6B
Black with #B96A6B
Text Example
Text Example
White with #B96A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96A6B; }
p { color: rgb(185,106,107); }
H1.HeaderClassName
{
color: #B96A6B;
}
.AnyTagClassName
{
color: #B96A6B;
}
</style>
background-color css
<style>
a { background-color: #B96A6B; }
a { background-color: rgb(185,106,107); }
div.DivClassName
{
background-color: #B96A6B;
}
.BgClassName
{
background-color: #B96A6B;
}
</style>
border-color css
<style>
span { border-color: #B96A6B; }
span { border-color: rgb(185,106,107); }
td.TdClassName
{
border-color: #B96A6B;
}
.TagClassName
{
border-color: #B96A6B;
}
</style>