Html Css Color HEX #BA688A Tapestry

📋 copy color: '#BA688A'

red 186 ◦ green 104 ◦ blue 138

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

Shades of Tapestry #BA688A

Tints of Tapestry #BA688A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 43.46%
G = 24.3%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA688A (or 0xBA688A) is known color: Tapestry. HEX triplet: BA, 68 and 8A. RGB value is (186,104,138). Sum of RGB (Red+Green+Blue) = 186+104+138=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA688A is #459775. Grayscale: #848484. Windows color (decimal): -4560758 or 9070778. OLE color: 9070778.

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

Color convert

RGB 186 104 138 -
CMYK 0 0.44 0.26 0.27
HSL 335.12º 0.37% 0.57% -
HSV(B) 335.12º 0.44% 0.73% -
XYZ 29.79 22.17 26.75 -
YUV 132.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 186 104 138 0 0.44 0.26 0.27 335.12 0.37 0.57
Hex BA 68 8A 0 2C 1A 1B 14F 25 39
Octal 272 150 212 0 54 32 33 517 45 71
Binary 10111010 1101000 10001010 0 101100 11010 11011 101001111 100101 111001

Color Harmonies of #BA688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA688A

Black with #BA688A

Text Example


Text Example

White with #BA688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA688A; }

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

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

background-color css

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

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

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

border-color css

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

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

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