Html Css Color HEX #BA728B Tapestry

📋 copy color: '#BA728B'

red 186 ◦ green 114 ◦ blue 139

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

Shades of Tapestry #BA728B

Tints of Tapestry #BA728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 42.37%
G = 25.97%
B = 31.66%

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

#BA728B (or 0xBA728B) is known color: Tapestry. HEX triplet: BA, 72 and 8B. RGB value is (186,114,139). Sum of RGB (Red+Green+Blue) = 186+114+139=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA728B is #458D74. Grayscale: #8A8A8A. Windows color (decimal): -4558197 or 9138874. OLE color: 9138874.

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

Color convert

RGB 186 114 139 -
CMYK 0 0.39 0.25 0.27
HSL 339.17º 0.34% 0.59% -
HSV(B) 339.17º 0.39% 0.73% -
XYZ 30.93 24.34 27.49 -
YUV 138.38 128.35 161.97 -
System Red Green Blue C M Y K H S L
Decimal 186 114 139 0 0.39 0.25 0.27 339.17 0.34 0.59
Hex BA 72 8B 0 27 19 1B 153 22 3B
Octal 272 162 213 0 47 31 33 523 42 73
Binary 10111010 1110010 10001011 0 100111 11001 11011 101010011 100010 111011

Color Harmonies of #BA728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA728B

Black with #BA728B

Text Example


Text Example

White with #BA728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA728B; }

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

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

background-color css

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

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

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

border-color css

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

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

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