Html Css Color HEX #BA7F8C Tapestry

📋 copy color: '#BA7F8C'

red 186 ◦ green 127 ◦ blue 140

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

Shades of Tapestry #BA7F8C

Tints of Tapestry #BA7F8C

RGB

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

 GREEN value IS 127 (50% from 255) = 28.04%

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

R = 41.06%
G = 28.04%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA7F8C (or 0xBA7F8C) is known color: Tapestry. HEX triplet: BA, 7F and 8C. RGB value is (186,127,140). Sum of RGB (Red+Green+Blue) = 186+127+140=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F8C is #458073. Grayscale: #929292. Windows color (decimal): -4554868 or 9207738. OLE color: 9207738.

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

Color convert

RGB 186 127 140 -
CMYK 0 0.32 0.25 0.27
HSL 346.78º 0.3% 0.61% -
HSV(B) 346.78º 0.32% 0.73% -
XYZ 32.57 27.51 28.4 -
YUV 146.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 186 127 140 0 0.32 0.25 0.27 346.78 0.3 0.61
Hex BA 7F 8C 0 20 19 1B 15B 1E 3D
Octal 272 177 214 0 40 31 33 533 36 75
Binary 10111010 1111111 10001100 0 100000 11001 11011 101011011 11110 111101

Color Harmonies of #BA7F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F8C

Black with #BA7F8C

Text Example


Text Example

White with #BA7F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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