Shades of Turkish Rose #BA676C
Tints of Turkish Rose #BA676C
RGB
CMYK
RGB Variations
Color information
#BA676C (or 0xBA676C) is known color: Turkish Rose. HEX triplet: BA, 67 and 6C. RGB value is (186,103,108). Sum of RGB (Red+Green+Blue) = 186+103+108=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA676C is #459893. Grayscale: #808080. Windows color (decimal): -4561044 or 7104442. OLE color: 7104442.
HSL color Cylindrical-coordinate representation of color #BA676C: hue angle of 356.39º 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 #BA676C is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 108 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.27 |
| HSL | 356.39º | 0.38% | 0.57% | - |
| HSV(B) | 356.39º | 0.45% | 0.73% | - |
| XYZ | 27.81 | 21.22 | 16.82 | - |
| YUV | 128.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 108 | 0 | 0.45 | 0.42 | 0.27 | 356.39 | 0.38 | 0.57 |
| Hex | BA | 67 | 6C | 0 | 2D | 2A | 1B | 164 | 26 | 39 |
| Octal | 272 | 147 | 154 | 0 | 55 | 52 | 33 | 544 | 46 | 71 |
| Binary | 10111010 | 1100111 | 1101100 | 0 | 101101 | 101010 | 11011 | 101100100 | 100110 | 111001 |
Color Harmonies of #BA676C
Complementary color
Monochromatic Colors of #BA676C
Black with #BA676C
Text Example
Text Example
White with #BA676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA676C; }
p { color: rgb(186,103,108); }
H1.HeaderClassName
{
color: #BA676C;
}
.AnyTagClassName
{
color: #BA676C;
}
</style>
background-color css
<style>
a { background-color: #BA676C; }
a { background-color: rgb(186,103,108); }
div.DivClassName
{
background-color: #BA676C;
}
.BgClassName
{
background-color: #BA676C;
}
</style>
border-color css
<style>
span { border-color: #BA676C; }
span { border-color: rgb(186,103,108); }
td.TdClassName
{
border-color: #BA676C;
}
.TagClassName
{
border-color: #BA676C;
}
</style>