Html Css Color HEX #BA7E8D Tapestry

📋 copy color: '#BA7E8D'

red 186 ◦ green 126 ◦ blue 141

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

Shades of Tapestry #BA7E8D

Tints of Tapestry #BA7E8D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.81%

 BLUE value IS 141 (55.47% from 255) = 31.13%

R = 41.06%
G = 27.81%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA7E8D (or 0xBA7E8D) is known color: Tapestry. HEX triplet: BA, 7E and 8D. RGB value is (186,126,141). Sum of RGB (Red+Green+Blue) = 186+126+141=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7E8D is #458172. Grayscale: #919191. Windows color (decimal): -4555123 or 9273018. OLE color: 9273018.

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

Color convert

RGB 186 126 141 -
CMYK 0 0.32 0.24 0.27
HSL 345º 0.3% 0.61% -
HSV(B) 345º 0.32% 0.73% -
XYZ 32.52 27.28 28.75 -
YUV 145.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 186 126 141 0 0.32 0.24 0.27 345 0.3 0.61
Hex BA 7E 8D 0 20 18 1B 159 1E 3D
Octal 272 176 215 0 40 30 33 531 36 75
Binary 10111010 1111110 10001101 0 100000 11000 11011 101011001 11110 111101

Color Harmonies of #BA7E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E8D

Black with #BA7E8D

Text Example


Text Example

White with #BA7E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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