Shades of Turkish Rose #BA656B
Tints of Turkish Rose #BA656B
RGB
CMYK
RGB Variations
Color information
#BA656B (or 0xBA656B) is known color: Turkish Rose. HEX triplet: BA, 65 and 6B. RGB value is (186,101,107). Sum of RGB (Red+Green+Blue) = 186+101+107=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA656B is #459A94. Grayscale: #7F7F7F. Windows color (decimal): -4561557 or 7038394. OLE color: 7038394.
HSL color Cylindrical-coordinate representation of color #BA656B: hue angle of 355.76º 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 #BA656B is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 107 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.27 |
| HSL | 355.76º | 0.38% | 0.56% | - |
| HSV(B) | 355.76º | 0.46% | 0.73% | - |
| XYZ | 27.56 | 20.81 | 16.47 | - |
| YUV | 127.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 107 | 0 | 0.46 | 0.42 | 0.27 | 355.76 | 0.38 | 0.56 |
| Hex | BA | 65 | 6B | 0 | 2E | 2A | 1B | 164 | 26 | 38 |
| Octal | 272 | 145 | 153 | 0 | 56 | 52 | 33 | 544 | 46 | 70 |
| Binary | 10111010 | 1100101 | 1101011 | 0 | 101110 | 101010 | 11011 | 101100100 | 100110 | 111000 |
Color Harmonies of #BA656B
Complementary color
Monochromatic Colors of #BA656B
Black with #BA656B
Text Example
Text Example
White with #BA656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA656B; }
p { color: rgb(186,101,107); }
H1.HeaderClassName
{
color: #BA656B;
}
.AnyTagClassName
{
color: #BA656B;
}
</style>
background-color css
<style>
a { background-color: #BA656B; }
a { background-color: rgb(186,101,107); }
div.DivClassName
{
background-color: #BA656B;
}
.BgClassName
{
background-color: #BA656B;
}
</style>
border-color css
<style>
span { border-color: #BA656B; }
span { border-color: rgb(186,101,107); }
td.TdClassName
{
border-color: #BA656B;
}
.TagClassName
{
border-color: #BA656B;
}
</style>