Shades of Turkish Rose #BA6471
Tints of Turkish Rose #BA6471
RGB
CMYK
RGB Variations
Color information
#BA6471 (or 0xBA6471) is known color: Turkish Rose. HEX triplet: BA, 64 and 71. RGB value is (186,100,113). Sum of RGB (Red+Green+Blue) = 186+100+113=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6471 is #459B8E. Grayscale: #7F7F7F. Windows color (decimal): -4561807 or 7431354. OLE color: 7431354.
HSL color Cylindrical-coordinate representation of color #BA6471: hue angle of 350.93º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6471 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 113 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.27 |
| HSL | 350.93º | 0.38% | 0.56% | - |
| HSV(B) | 350.93º | 0.46% | 0.73% | - |
| XYZ | 27.79 | 20.75 | 18.16 | - |
| YUV | 127.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 113 | 0 | 0.46 | 0.39 | 0.27 | 350.93 | 0.38 | 0.56 |
| Hex | BA | 64 | 71 | 0 | 2E | 27 | 1B | 15F | 26 | 38 |
| Octal | 272 | 144 | 161 | 0 | 56 | 47 | 33 | 537 | 46 | 70 |
| Binary | 10111010 | 1100100 | 1110001 | 0 | 101110 | 100111 | 11011 | 101011111 | 100110 | 111000 |
Color Harmonies of #BA6471
Complementary color
Monochromatic Colors of #BA6471
Black with #BA6471
Text Example
Text Example
White with #BA6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6471; }
p { color: rgb(186,100,113); }
H1.HeaderClassName
{
color: #BA6471;
}
.AnyTagClassName
{
color: #BA6471;
}
</style>
background-color css
<style>
a { background-color: #BA6471; }
a { background-color: rgb(186,100,113); }
div.DivClassName
{
background-color: #BA6471;
}
.BgClassName
{
background-color: #BA6471;
}
</style>
border-color css
<style>
span { border-color: #BA6471; }
span { border-color: rgb(186,100,113); }
td.TdClassName
{
border-color: #BA6471;
}
.TagClassName
{
border-color: #BA6471;
}
</style>