Html Css Color HEX #BA728C Tapestry

📋 copy color: '#BA728C'

red 186 ◦ green 114 ◦ blue 140

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

Shades of Tapestry #BA728C

Tints of Tapestry #BA728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.91%

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

R = 42.27%
G = 25.91%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA728C (or 0xBA728C) is known color: Tapestry. HEX triplet: BA, 72 and 8C. RGB value is (186,114,140). Sum of RGB (Red+Green+Blue) = 186+114+140=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA728C is #458D73. Grayscale: #8A8A8A. Windows color (decimal): -4558196 or 9204410. OLE color: 9204410.

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

Color convert

RGB 186 114 140 -
CMYK 0 0.39 0.25 0.27
HSL 338.33º 0.34% 0.59% -
HSV(B) 338.33º 0.39% 0.73% -
XYZ 31 24.37 27.88 -
YUV 138.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 186 114 140 0 0.39 0.25 0.27 338.33 0.34 0.59
Hex BA 72 8C 0 27 19 1B 152 22 3B
Octal 272 162 214 0 47 31 33 522 42 73
Binary 10111010 1110010 10001100 0 100111 11001 11011 101010010 100010 111011

Color Harmonies of #BA728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA728C

Black with #BA728C

Text Example


Text Example

White with #BA728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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