Html Css Color HEX #BA7C83 Tapestry

📋 copy color: '#BA7C83'

red 186 ◦ green 124 ◦ blue 131

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

Shades of Tapestry #BA7C83

Tints of Tapestry #BA7C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.71%

R = 42.18%
G = 28.12%
B = 29.71%

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

#BA7C83 (or 0xBA7C83) is known color: Tapestry. HEX triplet: BA, 7C and 83. RGB value is (186,124,131). Sum of RGB (Red+Green+Blue) = 186+124+131=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C83 is #45837C. Grayscale: #8F8F8F. Windows color (decimal): -4555645 or 8617146. OLE color: 8617146.

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

Color convert

RGB 186 124 131 -
CMYK 0 0.33 0.30 0.27
HSL 353.23º 0.31% 0.61% -
HSV(B) 353.23º 0.33% 0.73% -
XYZ 31.55 26.49 24.92 -
YUV 143.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 186 124 131 0 0.33 0.30 0.27 353.23 0.31 0.61
Hex BA 7C 83 0 21 1E 1B 161 1F 3D
Octal 272 174 203 0 41 36 33 541 37 75
Binary 10111010 1111100 10000011 0 100001 11110 11011 101100001 11111 111101

Color Harmonies of #BA7C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C83

Black with #BA7C83

Text Example


Text Example

White with #BA7C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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