Shades of Turkish Rose #BA777A
Tints of Turkish Rose #BA777A
RGB
CMYK
RGB Variations
Color information
#BA777A (or 0xBA777A) is known color: Turkish Rose. HEX triplet: BA, 77 and 7A. RGB value is (186,119,122). Sum of RGB (Red+Green+Blue) = 186+119+122=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA777A is #458885. Grayscale: #8B8B8B. Windows color (decimal): -4556934 or 8026042. OLE color: 8026042.
HSL color Cylindrical-coordinate representation of color #BA777A: hue angle of 357.31º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA777A is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 122 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.27 |
| HSL | 357.31º | 0.33% | 0.6% | - |
| HSV(B) | 357.31º | 0.36% | 0.73% | - |
| XYZ | 30.36 | 25.04 | 21.65 | - |
| YUV | 139.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 122 | 0 | 0.36 | 0.34 | 0.27 | 357.31 | 0.33 | 0.6 |
| Hex | BA | 77 | 7A | 0 | 24 | 22 | 1B | 165 | 21 | 3C |
| Octal | 272 | 167 | 172 | 0 | 44 | 42 | 33 | 545 | 41 | 74 |
| Binary | 10111010 | 1110111 | 1111010 | 0 | 100100 | 100010 | 11011 | 101100101 | 100001 | 111100 |
Color Harmonies of #BA777A
Complementary color
Monochromatic Colors of #BA777A
Black with #BA777A
Text Example
Text Example
White with #BA777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA777A; }
p { color: rgb(186,119,122); }
H1.HeaderClassName
{
color: #BA777A;
}
.AnyTagClassName
{
color: #BA777A;
}
</style>
background-color css
<style>
a { background-color: #BA777A; }
a { background-color: rgb(186,119,122); }
div.DivClassName
{
background-color: #BA777A;
}
.BgClassName
{
background-color: #BA777A;
}
</style>
border-color css
<style>
span { border-color: #BA777A; }
span { border-color: rgb(186,119,122); }
td.TdClassName
{
border-color: #BA777A;
}
.TagClassName
{
border-color: #BA777A;
}
</style>