Html Css Color HEX #BA728A Tapestry

📋 copy color: '#BA728A'

red 186 ◦ green 114 ◦ blue 138

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

Shades of Tapestry #BA728A

Tints of Tapestry #BA728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.51%

R = 42.47%
G = 26.03%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA728A (or 0xBA728A) is known color: Tapestry. HEX triplet: BA, 72 and 8A. RGB value is (186,114,138). Sum of RGB (Red+Green+Blue) = 186+114+138=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA728A is #458D75. Grayscale: #8A8A8A. Windows color (decimal): -4558198 or 9073338. OLE color: 9073338.

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

Color convert

RGB 186 114 138 -
CMYK 0 0.39 0.26 0.27
HSL 340º 0.34% 0.59% -
HSV(B) 340º 0.39% 0.73% -
XYZ 30.85 24.31 27.11 -
YUV 138.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 186 114 138 0 0.39 0.26 0.27 340 0.34 0.59
Hex BA 72 8A 0 27 1A 1B 154 22 3B
Octal 272 162 212 0 47 32 33 524 42 73
Binary 10111010 1110010 10001010 0 100111 11010 11011 101010100 100010 111011

Color Harmonies of #BA728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA728A

Black with #BA728A

Text Example


Text Example

White with #BA728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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