Html Css Color HEX #BA686F Turkish Rose

📋 copy color: '#BA686F'

red 186 ◦ green 104 ◦ blue 111

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

Shades of Turkish Rose #BA686F

Tints of Turkish Rose #BA686F

RGB

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

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

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

R = 46.38%
G = 25.94%
B = 27.68%

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

#BA686F (or 0xBA686F) is known color: Turkish Rose. HEX triplet: BA, 68 and 6F. RGB value is (186,104,111). Sum of RGB (Red+Green+Blue) = 186+104+111=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA686F is #459790. Grayscale: #818181. Windows color (decimal): -4560785 or 7301306. OLE color: 7301306.

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

Color convert

RGB 186 104 111 -
CMYK 0 0.44 0.40 0.27
HSL 354.88º 0.37% 0.57% -
HSV(B) 354.88º 0.44% 0.73% -
XYZ 28.07 21.49 17.71 -
YUV 129.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 186 104 111 0 0.44 0.40 0.27 354.88 0.37 0.57
Hex BA 68 6F 0 2C 28 1B 163 25 39
Octal 272 150 157 0 54 50 33 543 45 71
Binary 10111010 1101000 1101111 0 101100 101000 11011 101100011 100101 111001

Color Harmonies of #BA686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA686F

Black with #BA686F

Text Example


Text Example

White with #BA686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA686F; }

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

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

background-color css

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

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

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

border-color css

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

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

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