Html Css Color HEX #BA697D Tapestry

📋 copy color: '#BA697D'

red 186 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #BA697D

Tints of Tapestry #BA697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 44.71%
G = 25.24%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA697D (or 0xBA697D) is known color: Tapestry. HEX triplet: BA, 69 and 7D. RGB value is (186,105,125). Sum of RGB (Red+Green+Blue) = 186+105+125=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA697D is #459682. Grayscale: #838383. Windows color (decimal): -4560515 or 8219066. OLE color: 8219066.

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

Color convert

RGB 186 105 125 -
CMYK 0 0.44 0.33 0.27
HSL 345.19º 0.37% 0.57% -
HSV(B) 345.19º 0.44% 0.73% -
XYZ 29 22.02 22.12 -
YUV 131.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 186 105 125 0 0.44 0.33 0.27 345.19 0.37 0.57
Hex BA 69 7D 0 2C 21 1B 159 25 39
Octal 272 151 175 0 54 41 33 531 45 71
Binary 10111010 1101001 1111101 0 101100 100001 11011 101011001 100101 111001

Color Harmonies of #BA697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA697D

Black with #BA697D

Text Example


Text Example

White with #BA697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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