Html Css Color HEX #BA7C80 Tapestry

📋 copy color: '#BA7C80'

red 186 ◦ green 124 ◦ blue 128

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

Shades of Tapestry #BA7C80

Tints of Tapestry #BA7C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.31%

 BLUE value IS 128 (50.39% from 255) = 29.22%

R = 42.47%
G = 28.31%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA7C80 (or 0xBA7C80) is known color: Tapestry. HEX triplet: BA, 7C and 80. RGB value is (186,124,128). Sum of RGB (Red+Green+Blue) = 186+124+128=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C80 is #45837F. Grayscale: #8F8F8F. Windows color (decimal): -4555648 or 8420538. OLE color: 8420538.

HSL color Cylindrical-coordinate representation of color #BA7C80: hue angle of 356.13º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7C80 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 124 128 -
CMYK 0 0.33 0.31 0.27
HSL 356.13º 0.31% 0.61% -
HSV(B) 356.13º 0.33% 0.73% -
XYZ 31.35 26.41 23.87 -
YUV 142.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 186 124 128 0 0.33 0.31 0.27 356.13 0.31 0.61
Hex BA 7C 80 0 21 1F 1B 164 1F 3D
Octal 272 174 200 0 41 37 33 544 37 75
Binary 10111010 1111100 10000000 0 100001 11111 11011 101100100 11111 111101

Color Harmonies of #BA7C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C80

Black with #BA7C80

Text Example


Text Example

White with #BA7C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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