Html Css Color HEX #BA6E7A Tapestry

📋 copy color: '#BA6E7A'

red 186 ◦ green 110 ◦ blue 122

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

Shades of Tapestry #BA6E7A

Tints of Tapestry #BA6E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.32%

 BLUE value IS 122 (48.05% from 255) = 29.19%

R = 44.5%
G = 26.32%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA6E7A (or 0xBA6E7A) is known color: Tapestry. HEX triplet: BA, 6E and 7A. RGB value is (186,110,122). Sum of RGB (Red+Green+Blue) = 186+110+122=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E7A is #459185. Grayscale: #868686. Windows color (decimal): -4559238 or 8023738. OLE color: 8023738.

HSL color Cylindrical-coordinate representation of color #BA6E7A: hue angle of 350.53º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6E7A is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 110 122 -
CMYK 0 0.41 0.34 0.27
HSL 350.53º 0.36% 0.58% -
HSV(B) 350.53º 0.41% 0.73% -
XYZ 29.34 23 21.3 -
YUV 134.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 186 110 122 0 0.41 0.34 0.27 350.53 0.36 0.58
Hex BA 6E 7A 0 29 22 1B 15F 24 3A
Octal 272 156 172 0 51 42 33 537 44 72
Binary 10111010 1101110 1111010 0 101001 100010 11011 101011111 100100 111010

Color Harmonies of #BA6E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E7A

Black with #BA6E7A

Text Example


Text Example

White with #BA6E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E7A; }

 p { color: rgb(186,110,122); }

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

background-color css

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

 a { background-color: rgb(186,110,122); }

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

border-color css

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

 span { border-color: rgb(186,110,122); }

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