Html Css Color HEX #BA696E Turkish Rose

📋 copy color: '#BA696E'

red 186 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #BA696E

Tints of Turkish Rose #BA696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 46.38%
G = 26.18%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA696E (or 0xBA696E) is known color: Turkish Rose. HEX triplet: BA, 69 and 6E. RGB value is (186,105,110). Sum of RGB (Red+Green+Blue) = 186+105+110=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA696E is #459691. Grayscale: #818181. Windows color (decimal): -4560530 or 7236026. OLE color: 7236026.

HSL color Cylindrical-coordinate representation of color #BA696E: hue angle of 356.3º 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 #BA696E is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 105 110 -
CMYK 0 0.44 0.41 0.27
HSL 356.3º 0.37% 0.57% -
HSV(B) 356.3º 0.44% 0.73% -
XYZ 28.12 21.67 17.45 -
YUV 129.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 186 105 110 0 0.44 0.41 0.27 356.3 0.37 0.57
Hex BA 69 6E 0 2C 29 1B 164 25 39
Octal 272 151 156 0 54 51 33 544 45 71
Binary 10111010 1101001 1101110 0 101100 101001 11011 101100100 100101 111001

Color Harmonies of #BA696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA696E

Black with #BA696E

Text Example


Text Example

White with #BA696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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