Shades of Turkish Rose #BA7678
Tints of Turkish Rose #BA7678
RGB
CMYK
RGB Variations
Color information
#BA7678 (or 0xBA7678) is known color: Turkish Rose. HEX triplet: BA, 76 and 78. RGB value is (186,118,120). Sum of RGB (Red+Green+Blue) = 186+118+120=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7678 is #458987. Grayscale: #8A8A8A. Windows color (decimal): -4557192 or 7894714. OLE color: 7894714.
HSL color Cylindrical-coordinate representation of color #BA7678: hue angle of 358.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7678 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 120 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.27 |
| HSL | 358.24º | 0.33% | 0.6% | - |
| HSV(B) | 358.24º | 0.37% | 0.73% | - |
| XYZ | 30.12 | 24.75 | 20.96 | - |
| YUV | 138.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 120 | 0 | 0.37 | 0.35 | 0.27 | 358.24 | 0.33 | 0.6 |
| Hex | BA | 76 | 78 | 0 | 25 | 23 | 1B | 166 | 21 | 3C |
| Octal | 272 | 166 | 170 | 0 | 45 | 43 | 33 | 546 | 41 | 74 |
| Binary | 10111010 | 1110110 | 1111000 | 0 | 100101 | 100011 | 11011 | 101100110 | 100001 | 111100 |
Color Harmonies of #BA7678
Complementary color
Monochromatic Colors of #BA7678
Black with #BA7678
Text Example
Text Example
White with #BA7678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7678; }
p { color: rgb(186,118,120); }
H1.HeaderClassName
{
color: #BA7678;
}
.AnyTagClassName
{
color: #BA7678;
}
</style>
background-color css
<style>
a { background-color: #BA7678; }
a { background-color: rgb(186,118,120); }
div.DivClassName
{
background-color: #BA7678;
}
.BgClassName
{
background-color: #BA7678;
}
</style>
border-color css
<style>
span { border-color: #BA7678; }
span { border-color: rgb(186,118,120); }
td.TdClassName
{
border-color: #BA7678;
}
.TagClassName
{
border-color: #BA7678;
}
</style>