Html Css Color HEX #BA7C82 Tapestry

📋 copy color: '#BA7C82'

red 186 ◦ green 124 ◦ blue 130

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

Shades of Tapestry #BA7C82

Tints of Tapestry #BA7C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.55%

R = 42.27%
G = 28.18%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA7C82 (or 0xBA7C82) is known color: Tapestry. HEX triplet: BA, 7C and 82. RGB value is (186,124,130). Sum of RGB (Red+Green+Blue) = 186+124+130=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C82 is #45837D. Grayscale: #8F8F8F. Windows color (decimal): -4555646 or 8551610. OLE color: 8551610.

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

Color convert

RGB 186 124 130 -
CMYK 0 0.33 0.30 0.27
HSL 354.19º 0.31% 0.61% -
HSV(B) 354.19º 0.33% 0.73% -
XYZ 31.49 26.47 24.57 -
YUV 143.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 186 124 130 0 0.33 0.30 0.27 354.19 0.31 0.61
Hex BA 7C 82 0 21 1E 1B 162 1F 3D
Octal 272 174 202 0 41 36 33 542 37 75
Binary 10111010 1111100 10000010 0 100001 11110 11011 101100010 11111 111101

Color Harmonies of #BA7C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C82

Black with #BA7C82

Text Example


Text Example

White with #BA7C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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