Html Css Color HEX #BA686E Turkish Rose

📋 copy color: '#BA686E'

red 186 ◦ green 104 ◦ blue 110

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

Shades of Turkish Rose #BA686E

Tints of Turkish Rose #BA686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26%

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

R = 46.5%
G = 26%
B = 27.5%

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

#BA686E (or 0xBA686E) is known color: Turkish Rose. HEX triplet: BA, 68 and 6E. RGB value is (186,104,110). Sum of RGB (Red+Green+Blue) = 186+104+110=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA686E is #459791. Grayscale: #818181. Windows color (decimal): -4560786 or 7235770. OLE color: 7235770.

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

Color convert

RGB 186 104 110 -
CMYK 0 0.44 0.41 0.27
HSL 355.61º 0.37% 0.57% -
HSV(B) 355.61º 0.44% 0.73% -
XYZ 28.01 21.47 17.42 -
YUV 129.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 186 104 110 0 0.44 0.41 0.27 355.61 0.37 0.57
Hex BA 68 6E 0 2C 29 1B 164 25 39
Octal 272 150 156 0 54 51 33 544 45 71
Binary 10111010 1101000 1101110 0 101100 101001 11011 101100100 100101 111001

Color Harmonies of #BA686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA686E

Black with #BA686E

Text Example


Text Example

White with #BA686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA686E; }

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

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

background-color css

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

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

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

border-color css

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

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

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