Shades of Turkish Rose #BA676E
Tints of Turkish Rose #BA676E
RGB
CMYK
RGB Variations
Color information
#BA676E (or 0xBA676E) is known color: Turkish Rose. HEX triplet: BA, 67 and 6E. RGB value is (186,103,110). Sum of RGB (Red+Green+Blue) = 186+103+110=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA676E is #459891. Grayscale: #808080. Windows color (decimal): -4561042 or 7235514. OLE color: 7235514.
HSL color Cylindrical-coordinate representation of color #BA676E: hue angle of 354.94º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA676E is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 110 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.27 |
| HSL | 354.94º | 0.38% | 0.57% | - |
| HSV(B) | 354.94º | 0.45% | 0.73% | - |
| XYZ | 27.91 | 21.27 | 17.39 | - |
| YUV | 128.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 110 | 0 | 0.45 | 0.41 | 0.27 | 354.94 | 0.38 | 0.57 |
| Hex | BA | 67 | 6E | 0 | 2D | 29 | 1B | 163 | 26 | 39 |
| Octal | 272 | 147 | 156 | 0 | 55 | 51 | 33 | 543 | 46 | 71 |
| Binary | 10111010 | 1100111 | 1101110 | 0 | 101101 | 101001 | 11011 | 101100011 | 100110 | 111001 |
Color Harmonies of #BA676E
Complementary color
Monochromatic Colors of #BA676E
Black with #BA676E
Text Example
Text Example
White with #BA676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA676E; }
p { color: rgb(186,103,110); }
H1.HeaderClassName
{
color: #BA676E;
}
.AnyTagClassName
{
color: #BA676E;
}
</style>
background-color css
<style>
a { background-color: #BA676E; }
a { background-color: rgb(186,103,110); }
div.DivClassName
{
background-color: #BA676E;
}
.BgClassName
{
background-color: #BA676E;
}
</style>
border-color css
<style>
span { border-color: #BA676E; }
span { border-color: rgb(186,103,110); }
td.TdClassName
{
border-color: #BA676E;
}
.TagClassName
{
border-color: #BA676E;
}
</style>