Html Css Color HEX #BA7D90 Tapestry

📋 copy color: '#BA7D90'

red 186 ◦ green 125 ◦ blue 144

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

Shades of Tapestry #BA7D90

Tints of Tapestry #BA7D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.47%

 BLUE value IS 144 (56.64% from 255) = 31.65%

R = 40.88%
G = 27.47%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA7D90 (or 0xBA7D90) is known color: Tapestry. HEX triplet: BA, 7D and 90. RGB value is (186,125,144). Sum of RGB (Red+Green+Blue) = 186+125+144=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7D90 is #45826F. Grayscale: #919191. Windows color (decimal): -4555376 or 9469370. OLE color: 9469370.

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

Color convert

RGB 186 125 144 -
CMYK 0 0.33 0.23 0.27
HSL 341.31º 0.31% 0.61% -
HSV(B) 341.31º 0.33% 0.73% -
XYZ 32.62 27.12 29.9 -
YUV 145.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 186 125 144 0 0.33 0.23 0.27 341.31 0.31 0.61
Hex BA 7D 90 0 21 17 1B 155 1F 3D
Octal 272 175 220 0 41 27 33 525 37 75
Binary 10111010 1111101 10010000 0 100001 10111 11011 101010101 11111 111101

Color Harmonies of #BA7D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D90

Black with #BA7D90

Text Example


Text Example

White with #BA7D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D90; }

 p { color: rgb(186,125,144); }

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

background-color css

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

 a { background-color: rgb(186,125,144); }

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

border-color css

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

 span { border-color: rgb(186,125,144); }

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