Shades of Turkish Rose #BA6A72
Tints of Turkish Rose #BA6A72
RGB
CMYK
RGB Variations
Color information
#BA6A72 (or 0xBA6A72) is known color: Turkish Rose. HEX triplet: BA, 6A and 72. RGB value is (186,106,114). Sum of RGB (Red+Green+Blue) = 186+106+114=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6A72 is #45958D. Grayscale: #828282. Windows color (decimal): -4560270 or 7498426. OLE color: 7498426.
HSL color Cylindrical-coordinate representation of color #BA6A72: hue angle of 354º degrees, saturation: 0.37, 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 #BA6A72 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 114 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.27 |
| HSL | 354º | 0.37% | 0.57% | - |
| HSV(B) | 354º | 0.43% | 0.73% | - |
| XYZ | 28.44 | 21.96 | 18.66 | - |
| YUV | 130.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 114 | 0 | 0.43 | 0.39 | 0.27 | 354 | 0.37 | 0.57 |
| Hex | BA | 6A | 72 | 0 | 2B | 27 | 1B | 162 | 25 | 39 |
| Octal | 272 | 152 | 162 | 0 | 53 | 47 | 33 | 542 | 45 | 71 |
| Binary | 10111010 | 1101010 | 1110010 | 0 | 101011 | 100111 | 11011 | 101100010 | 100101 | 111001 |
Color Harmonies of #BA6A72
Complementary color
Monochromatic Colors of #BA6A72
Black with #BA6A72
Text Example
Text Example
White with #BA6A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6A72; }
p { color: rgb(186,106,114); }
H1.HeaderClassName
{
color: #BA6A72;
}
.AnyTagClassName
{
color: #BA6A72;
}
</style>
background-color css
<style>
a { background-color: #BA6A72; }
a { background-color: rgb(186,106,114); }
div.DivClassName
{
background-color: #BA6A72;
}
.BgClassName
{
background-color: #BA6A72;
}
</style>
border-color css
<style>
span { border-color: #BA6A72; }
span { border-color: rgb(186,106,114); }
td.TdClassName
{
border-color: #BA6A72;
}
.TagClassName
{
border-color: #BA6A72;
}
</style>