Html Css Color HEX #BA6E7E Tapestry

📋 copy color: '#BA6E7E'

red 186 ◦ green 110 ◦ blue 126

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

Shades of Tapestry #BA6E7E

Tints of Tapestry #BA6E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.86%

R = 44.08%
G = 26.07%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA6E7E (or 0xBA6E7E) is known color: Tapestry. HEX triplet: BA, 6E and 7E. RGB value is (186,110,126). Sum of RGB (Red+Green+Blue) = 186+110+126=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E7E is #459181. Grayscale: #868686. Windows color (decimal): -4559234 or 8285882. OLE color: 8285882.

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

Color convert

RGB 186 110 126 -
CMYK 0 0.41 0.32 0.27
HSL 347.37º 0.36% 0.58% -
HSV(B) 347.37º 0.41% 0.73% -
XYZ 29.59 23.1 22.64 -
YUV 134.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 186 110 126 0 0.41 0.32 0.27 347.37 0.36 0.58
Hex BA 6E 7E 0 29 20 1B 15B 24 3A
Octal 272 156 176 0 51 40 33 533 44 72
Binary 10111010 1101110 1111110 0 101001 100000 11011 101011011 100100 111010

Color Harmonies of #BA6E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E7E

Black with #BA6E7E

Text Example


Text Example

White with #BA6E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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