Html Css Color HEX #BA738D Tapestry

📋 copy color: '#BA738D'

red 186 ◦ green 115 ◦ blue 141

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

Shades of Tapestry #BA738D

Tints of Tapestry #BA738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.02%

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

R = 42.08%
G = 26.02%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA738D (or 0xBA738D) is known color: Tapestry. HEX triplet: BA, 73 and 8D. RGB value is (186,115,141). Sum of RGB (Red+Green+Blue) = 186+115+141=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA738D is #458C72. Grayscale: #8B8B8B. Windows color (decimal): -4557939 or 9270202. OLE color: 9270202.

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

Color convert

RGB 186 115 141 -
CMYK 0 0.38 0.24 0.27
HSL 338.03º 0.34% 0.59% -
HSV(B) 338.03º 0.38% 0.73% -
XYZ 31.19 24.62 28.31 -
YUV 139.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 186 115 141 0 0.38 0.24 0.27 338.03 0.34 0.59
Hex BA 73 8D 0 26 18 1B 152 22 3B
Octal 272 163 215 0 46 30 33 522 42 73
Binary 10111010 1110011 10001101 0 100110 11000 11011 101010010 100010 111011

Color Harmonies of #BA738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA738D

Black with #BA738D

Text Example


Text Example

White with #BA738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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