Html Css Color HEX #BA7C8C Tapestry

📋 copy color: '#BA7C8C'

red 186 ◦ green 124 ◦ blue 140

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

Shades of Tapestry #BA7C8C

Tints of Tapestry #BA7C8C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.56%

 BLUE value IS 140 (55.08% from 255) = 31.11%

R = 41.33%
G = 27.56%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA7C8C (or 0xBA7C8C) is known color: Tapestry. HEX triplet: BA, 7C and 8C. RGB value is (186,124,140). Sum of RGB (Red+Green+Blue) = 186+124+140=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C8C is #458373. Grayscale: #909090. Windows color (decimal): -4555636 or 9206970. OLE color: 9206970.

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

Color convert

RGB 186 124 140 -
CMYK 0 0.33 0.25 0.27
HSL 344.52º 0.31% 0.61% -
HSV(B) 344.52º 0.33% 0.73% -
XYZ 32.19 26.75 28.28 -
YUV 144.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 186 124 140 0 0.33 0.25 0.27 344.52 0.31 0.61
Hex BA 7C 8C 0 21 19 1B 159 1F 3D
Octal 272 174 214 0 41 31 33 531 37 75
Binary 10111010 1111100 10001100 0 100001 11001 11011 101011001 11111 111101

Color Harmonies of #BA7C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C8C

Black with #BA7C8C

Text Example


Text Example

White with #BA7C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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