Html Css Color HEX #BA727C Tapestry

📋 copy color: '#BA727C'

red 186 ◦ green 114 ◦ blue 124

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

Shades of Tapestry #BA727C

Tints of Tapestry #BA727C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.25%

R = 43.87%
G = 26.89%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA727C (or 0xBA727C) is known color: Tapestry. HEX triplet: BA, 72 and 7C. RGB value is (186,114,124). Sum of RGB (Red+Green+Blue) = 186+114+124=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA727C is #458D83. Grayscale: #888888. Windows color (decimal): -4558212 or 8155834. OLE color: 8155834.

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

Color convert

RGB 186 114 124 -
CMYK 0 0.39 0.33 0.27
HSL 351.67º 0.34% 0.59% -
HSV(B) 351.67º 0.39% 0.73% -
XYZ 29.91 23.93 22.11 -
YUV 136.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 186 114 124 0 0.39 0.33 0.27 351.67 0.34 0.59
Hex BA 72 7C 0 27 21 1B 160 22 3B
Octal 272 162 174 0 47 41 33 540 42 73
Binary 10111010 1110010 1111100 0 100111 100001 11011 101100000 100010 111011

Color Harmonies of #BA727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA727C

Black with #BA727C

Text Example


Text Example

White with #BA727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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