Shades of Turkish Rose #BA7578
Tints of Turkish Rose #BA7578
RGB
CMYK
RGB Variations
Color information
#BA7578 (or 0xBA7578) is known color: Turkish Rose. HEX triplet: BA, 75 and 78. RGB value is (186,117,120). Sum of RGB (Red+Green+Blue) = 186+117+120=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7578 is #458A87. Grayscale: #8A8A8A. Windows color (decimal): -4557448 or 7894458. OLE color: 7894458.
HSL color Cylindrical-coordinate representation of color #BA7578: hue angle of 357.39º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7578 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 120 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.27 |
| HSL | 357.39º | 0.33% | 0.59% | - |
| HSV(B) | 357.39º | 0.37% | 0.73% | - |
| XYZ | 30 | 24.52 | 20.92 | - |
| YUV | 137.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 120 | 0 | 0.37 | 0.35 | 0.27 | 357.39 | 0.33 | 0.59 |
| Hex | BA | 75 | 78 | 0 | 25 | 23 | 1B | 165 | 21 | 3B |
| Octal | 272 | 165 | 170 | 0 | 45 | 43 | 33 | 545 | 41 | 73 |
| Binary | 10111010 | 1110101 | 1111000 | 0 | 100101 | 100011 | 11011 | 101100101 | 100001 | 111011 |
Color Harmonies of #BA7578
Complementary color
Monochromatic Colors of #BA7578
Black with #BA7578
Text Example
Text Example
White with #BA7578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7578; }
p { color: rgb(186,117,120); }
H1.HeaderClassName
{
color: #BA7578;
}
.AnyTagClassName
{
color: #BA7578;
}
</style>
background-color css
<style>
a { background-color: #BA7578; }
a { background-color: rgb(186,117,120); }
div.DivClassName
{
background-color: #BA7578;
}
.BgClassName
{
background-color: #BA7578;
}
</style>
border-color css
<style>
span { border-color: #BA7578; }
span { border-color: rgb(186,117,120); }
td.TdClassName
{
border-color: #BA7578;
}
.TagClassName
{
border-color: #BA7578;
}
</style>