Html Css Color HEX #BA808D Tapestry

📋 copy color: '#BA808D'

red 186 ◦ green 128 ◦ blue 141

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

Shades of Tapestry #BA808D

Tints of Tapestry #BA808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

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

R = 40.88%
G = 28.13%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA808D (or 0xBA808D) is known color: Tapestry. HEX triplet: BA, 80 and 8D. RGB value is (186,128,141). Sum of RGB (Red+Green+Blue) = 186+128+141=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA808D is #457F72. Grayscale: #929292. Windows color (decimal): -4554611 or 9273530. OLE color: 9273530.

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

Color convert

RGB 186 128 141 -
CMYK 0 0.31 0.24 0.27
HSL 346.55º 0.3% 0.62% -
HSV(B) 346.55º 0.31% 0.73% -
XYZ 32.78 27.8 28.84 -
YUV 146.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 186 128 141 0 0.31 0.24 0.27 346.55 0.3 0.62
Hex BA 80 8D 0 1F 18 1B 15B 1E 3E
Octal 272 200 215 0 37 30 33 533 36 76
Binary 10111010 10000000 10001101 0 11111 11000 11011 101011011 11110 111110

Color Harmonies of #BA808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA808D

Black with #BA808D

Text Example


Text Example

White with #BA808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA808D; }

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

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

background-color css

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

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

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

border-color css

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

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

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