Html Css Color HEX #BA6A7C Tapestry

📋 copy color: '#BA6A7C'

red 186 ◦ green 106 ◦ blue 124

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

Shades of Tapestry #BA6A7C

Tints of Tapestry #BA6A7C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.48%

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 44.71%
G = 25.48%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA6A7C (or 0xBA6A7C) is known color: Tapestry. HEX triplet: BA, 6A and 7C. RGB value is (186,106,124). Sum of RGB (Red+Green+Blue) = 186+106+124=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6A7C is #459583. Grayscale: #838383. Windows color (decimal): -4560260 or 8153786. OLE color: 8153786.

HSL color Cylindrical-coordinate representation of color #BA6A7C: hue angle of 346.5º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6A7C is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 106 124 -
CMYK 0 0.43 0.33 0.27
HSL 346.5º 0.37% 0.57% -
HSV(B) 346.5º 0.43% 0.73% -
XYZ 29.04 22.2 21.82 -
YUV 131.97 123.5 166.54 -
System Red Green Blue C M Y K H S L
Decimal 186 106 124 0 0.43 0.33 0.27 346.5 0.37 0.57
Hex BA 6A 7C 0 2B 21 1B 15A 25 39
Octal 272 152 174 0 53 41 33 532 45 71
Binary 10111010 1101010 1111100 0 101011 100001 11011 101011010 100101 111001

Color Harmonies of #BA6A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A7C

Black with #BA6A7C

Text Example


Text Example

White with #BA6A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A7C; }

 p { color: rgb(186,106,124); }

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

background-color css

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

 a { background-color: rgb(186,106,124); }

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

border-color css

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

 span { border-color: rgb(186,106,124); }

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