Shades of Turkish Rose #BA6B74
Tints of Turkish Rose #BA6B74
RGB
CMYK
RGB Variations
Color information
#BA6B74 (or 0xBA6B74) is known color: Turkish Rose. HEX triplet: BA, 6B and 74. RGB value is (186,107,116). Sum of RGB (Red+Green+Blue) = 186+107+116=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B74 is #45948B. Grayscale: #838383. Windows color (decimal): -4560012 or 7629754. OLE color: 7629754.
HSL color Cylindrical-coordinate representation of color #BA6B74: hue angle of 353.16º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6B74 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 116 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.27 |
| HSL | 353.16º | 0.36% | 0.57% | - |
| HSV(B) | 353.16º | 0.42% | 0.73% | - |
| XYZ | 28.66 | 22.22 | 19.3 | - |
| YUV | 131.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 116 | 0 | 0.42 | 0.38 | 0.27 | 353.16 | 0.36 | 0.57 |
| Hex | BA | 6B | 74 | 0 | 2A | 26 | 1B | 161 | 24 | 39 |
| Octal | 272 | 153 | 164 | 0 | 52 | 46 | 33 | 541 | 44 | 71 |
| Binary | 10111010 | 1101011 | 1110100 | 0 | 101010 | 100110 | 11011 | 101100001 | 100100 | 111001 |
Color Harmonies of #BA6B74
Complementary color
Monochromatic Colors of #BA6B74
Black with #BA6B74
Text Example
Text Example
White with #BA6B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B74; }
p { color: rgb(186,107,116); }
H1.HeaderClassName
{
color: #BA6B74;
}
.AnyTagClassName
{
color: #BA6B74;
}
</style>
background-color css
<style>
a { background-color: #BA6B74; }
a { background-color: rgb(186,107,116); }
div.DivClassName
{
background-color: #BA6B74;
}
.BgClassName
{
background-color: #BA6B74;
}
</style>
border-color css
<style>
span { border-color: #BA6B74; }
span { border-color: rgb(186,107,116); }
td.TdClassName
{
border-color: #BA6B74;
}
.TagClassName
{
border-color: #BA6B74;
}
</style>