Html Css Color HEX #BA686B Turkish Rose

📋 copy color: '#BA686B'

red 186 ◦ green 104 ◦ blue 107

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

Shades of Turkish Rose #BA686B

Tints of Turkish Rose #BA686B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.95%

R = 46.85%
G = 26.2%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA686B (or 0xBA686B) is known color: Turkish Rose. HEX triplet: BA, 68 and 6B. RGB value is (186,104,107). Sum of RGB (Red+Green+Blue) = 186+104+107=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA686B is #459794. Grayscale: #808080. Windows color (decimal): -4560789 or 7039162. OLE color: 7039162.

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

Color convert

RGB 186 104 107 -
CMYK 0 0.44 0.42 0.27
HSL 357.8º 0.37% 0.57% -
HSV(B) 357.8º 0.44% 0.73% -
XYZ 27.85 21.4 16.57 -
YUV 128.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 186 104 107 0 0.44 0.42 0.27 357.8 0.37 0.57
Hex BA 68 6B 0 2C 2A 1B 166 25 39
Octal 272 150 153 0 54 52 33 546 45 71
Binary 10111010 1101000 1101011 0 101100 101010 11011 101100110 100101 111001

Color Harmonies of #BA686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA686B

Black with #BA686B

Text Example


Text Example

White with #BA686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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