Shades of Turkish Rose #BA7275
Tints of Turkish Rose #BA7275
RGB
CMYK
RGB Variations
Color information
#BA7275 (or 0xBA7275) is known color: Turkish Rose. HEX triplet: BA, 72 and 75. RGB value is (186,114,117). Sum of RGB (Red+Green+Blue) = 186+114+117=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7275 is #458D8A. Grayscale: #878787. Windows color (decimal): -4558219 or 7697082. OLE color: 7697082.
HSL color Cylindrical-coordinate representation of color #BA7275: hue angle of 357.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7275 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 117 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.27 |
| HSL | 357.5º | 0.34% | 0.59% | - |
| HSV(B) | 357.5º | 0.39% | 0.73% | - |
| XYZ | 29.48 | 23.76 | 19.86 | - |
| YUV | 135.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 117 | 0 | 0.39 | 0.37 | 0.27 | 357.5 | 0.34 | 0.59 |
| Hex | BA | 72 | 75 | 0 | 27 | 25 | 1B | 166 | 22 | 3B |
| Octal | 272 | 162 | 165 | 0 | 47 | 45 | 33 | 546 | 42 | 73 |
| Binary | 10111010 | 1110010 | 1110101 | 0 | 100111 | 100101 | 11011 | 101100110 | 100010 | 111011 |
Color Harmonies of #BA7275
Complementary color
Monochromatic Colors of #BA7275
Black with #BA7275
Text Example
Text Example
White with #BA7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7275; }
p { color: rgb(186,114,117); }
H1.HeaderClassName
{
color: #BA7275;
}
.AnyTagClassName
{
color: #BA7275;
}
</style>
background-color css
<style>
a { background-color: #BA7275; }
a { background-color: rgb(186,114,117); }
div.DivClassName
{
background-color: #BA7275;
}
.BgClassName
{
background-color: #BA7275;
}
</style>
border-color css
<style>
span { border-color: #BA7275; }
span { border-color: rgb(186,114,117); }
td.TdClassName
{
border-color: #BA7275;
}
.TagClassName
{
border-color: #BA7275;
}
</style>