Shades of Turkish Rose #BA656A
Tints of Turkish Rose #BA656A
RGB
CMYK
RGB Variations
Color information
#BA656A (or 0xBA656A) is known color: Turkish Rose. HEX triplet: BA, 65 and 6A. RGB value is (186,101,106). Sum of RGB (Red+Green+Blue) = 186+101+106=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA656A is #459A95. Grayscale: #7F7F7F. Windows color (decimal): -4561558 or 6972858. OLE color: 6972858.
HSL color Cylindrical-coordinate representation of color #BA656A: hue angle of 356.47º 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 #BA656A is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 106 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.27 |
| HSL | 356.47º | 0.38% | 0.56% | - |
| HSV(B) | 356.47º | 0.46% | 0.73% | - |
| XYZ | 27.5 | 20.79 | 16.2 | - |
| YUV | 126.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 106 | 0 | 0.46 | 0.43 | 0.27 | 356.47 | 0.38 | 0.56 |
| Hex | BA | 65 | 6A | 0 | 2E | 2B | 1B | 164 | 26 | 38 |
| Octal | 272 | 145 | 152 | 0 | 56 | 53 | 33 | 544 | 46 | 70 |
| Binary | 10111010 | 1100101 | 1101010 | 0 | 101110 | 101011 | 11011 | 101100100 | 100110 | 111000 |
Color Harmonies of #BA656A
Complementary color
Monochromatic Colors of #BA656A
Black with #BA656A
Text Example
Text Example
White with #BA656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA656A; }
p { color: rgb(186,101,106); }
H1.HeaderClassName
{
color: #BA656A;
}
.AnyTagClassName
{
color: #BA656A;
}
</style>
background-color css
<style>
a { background-color: #BA656A; }
a { background-color: rgb(186,101,106); }
div.DivClassName
{
background-color: #BA656A;
}
.BgClassName
{
background-color: #BA656A;
}
</style>
border-color css
<style>
span { border-color: #BA656A; }
span { border-color: rgb(186,101,106); }
td.TdClassName
{
border-color: #BA656A;
}
.TagClassName
{
border-color: #BA656A;
}
</style>