Html Css Color HEX #BA696F Turkish Rose

📋 copy color: '#BA696F'

red 186 ◦ green 105 ◦ blue 111

#BA696F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #BA696F

Tints of Turkish Rose #BA696F

RGB

 RED value IS 186 (73.05% from 255) = 46.27%

 GREEN value IS 105 (41.41% from 255) = 26.12%

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 46.27%
G = 26.12%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA696F (or 0xBA696F) is known color: Turkish Rose. HEX triplet: BA, 69 and 6F. RGB value is (186,105,111). Sum of RGB (Red+Green+Blue) = 186+105+111=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA696F is #459690. Grayscale: #818181. Windows color (decimal): -4560529 or 7301562. OLE color: 7301562.

HSL color Cylindrical-coordinate representation of color #BA696F: hue angle of 355.56º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA696F is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 105 111 -
CMYK 0 0.44 0.40 0.27
HSL 355.56º 0.37% 0.57% -
HSV(B) 355.56º 0.44% 0.73% -
XYZ 28.17 21.69 17.74 -
YUV 129.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 186 105 111 0 0.44 0.40 0.27 355.56 0.37 0.57
Hex BA 69 6F 0 2C 28 1B 164 25 39
Octal 272 151 157 0 54 50 33 544 45 71
Binary 10111010 1101001 1101111 0 101100 101000 11011 101100100 100101 111001

Color Harmonies of #BA696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA696F

Black with #BA696F

Text Example


Text Example

White with #BA696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA696F; }

 p { color: rgb(186,105,111); }

 H1.HeaderClassName
 {
   color: #BA696F;
 }
 .AnyTagClassName
 {
   color: #BA696F;
 }
</style>

background-color css

<style>
 a { background-color: #BA696F; }

 a { background-color: rgb(186,105,111); }

 div.DivClassName
 {
   background-color: #BA696F;
 }
 .BgClassName
 {
   background-color: #BA696F;
 }
</style>

border-color css

<style>
 span { border-color: #BA696F; }

 span { border-color: rgb(186,105,111); }

 td.TdClassName
 {
   border-color: #BA696F;
 }
 .TagClassName
 {
   border-color: #BA696F;
 }
</style>