Html Css Color HEX #BA686D Turkish Rose

📋 copy color: '#BA686D'

red 186 ◦ green 104 ◦ blue 109

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

Shades of Turkish Rose #BA686D

Tints of Turkish Rose #BA686D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.32%

R = 46.62%
G = 26.07%
B = 27.32%

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

#BA686D (or 0xBA686D) is known color: Turkish Rose. HEX triplet: BA, 68 and 6D. RGB value is (186,104,109). Sum of RGB (Red+Green+Blue) = 186+104+109=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA686D is #459792. Grayscale: #818181. Windows color (decimal): -4560787 or 7170234. OLE color: 7170234.

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

Color convert

RGB 186 104 109 -
CMYK 0 0.44 0.41 0.27
HSL 356.34º 0.37% 0.57% -
HSV(B) 356.34º 0.44% 0.73% -
XYZ 27.96 21.44 17.13 -
YUV 129.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 186 104 109 0 0.44 0.41 0.27 356.34 0.37 0.57
Hex BA 68 6D 0 2C 29 1B 164 25 39
Octal 272 150 155 0 54 51 33 544 45 71
Binary 10111010 1101000 1101101 0 101100 101001 11011 101100100 100101 111001

Color Harmonies of #BA686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA686D

Black with #BA686D

Text Example


Text Example

White with #BA686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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