Shades of Turkish Rose #BA676B
Tints of Turkish Rose #BA676B
RGB
CMYK
RGB Variations
Color information
#BA676B (or 0xBA676B) is known color: Turkish Rose. HEX triplet: BA, 67 and 6B. RGB value is (186,103,107). Sum of RGB (Red+Green+Blue) = 186+103+107=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA676B is #459894. Grayscale: #808080. Windows color (decimal): -4561045 or 7038906. OLE color: 7038906.
HSL color Cylindrical-coordinate representation of color #BA676B: hue angle of 357.11º 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 #BA676B is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 107 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.27 |
| HSL | 357.11º | 0.38% | 0.57% | - |
| HSV(B) | 357.11º | 0.45% | 0.73% | - |
| XYZ | 27.75 | 21.2 | 16.54 | - |
| YUV | 128.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 107 | 0 | 0.45 | 0.42 | 0.27 | 357.11 | 0.38 | 0.57 |
| Hex | BA | 67 | 6B | 0 | 2D | 2A | 1B | 165 | 26 | 39 |
| Octal | 272 | 147 | 153 | 0 | 55 | 52 | 33 | 545 | 46 | 71 |
| Binary | 10111010 | 1100111 | 1101011 | 0 | 101101 | 101010 | 11011 | 101100101 | 100110 | 111001 |
Color Harmonies of #BA676B
Complementary color
Monochromatic Colors of #BA676B
Black with #BA676B
Text Example
Text Example
White with #BA676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA676B; }
p { color: rgb(186,103,107); }
H1.HeaderClassName
{
color: #BA676B;
}
.AnyTagClassName
{
color: #BA676B;
}
</style>
background-color css
<style>
a { background-color: #BA676B; }
a { background-color: rgb(186,103,107); }
div.DivClassName
{
background-color: #BA676B;
}
.BgClassName
{
background-color: #BA676B;
}
</style>
border-color css
<style>
span { border-color: #BA676B; }
span { border-color: rgb(186,103,107); }
td.TdClassName
{
border-color: #BA676B;
}
.TagClassName
{
border-color: #BA676B;
}
</style>