Html Css Color HEX #BA798A Tapestry

📋 copy color: '#BA798A'

red 186 ◦ green 121 ◦ blue 138

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

Shades of Tapestry #BA798A

Tints of Tapestry #BA798A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.19%

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 41.8%
G = 27.19%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA798A (or 0xBA798A) is known color: Tapestry. HEX triplet: BA, 79 and 8A. RGB value is (186,121,138). Sum of RGB (Red+Green+Blue) = 186+121+138=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA798A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA798A is #458675. Grayscale: #8E8E8E. Windows color (decimal): -4556406 or 9075130. OLE color: 9075130.

HSL color Cylindrical-coordinate representation of color #BA798A: hue angle of 344.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA798A is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 121 138 -
CMYK 0 0.35 0.26 0.27
HSL 344.31º 0.32% 0.6% -
HSV(B) 344.31º 0.35% 0.73% -
XYZ 31.67 25.95 27.38 -
YUV 142.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 186 121 138 0 0.35 0.26 0.27 344.31 0.32 0.6
Hex BA 79 8A 0 23 1A 1B 158 20 3C
Octal 272 171 212 0 43 32 33 530 40 74
Binary 10111010 1111001 10001010 0 100011 11010 11011 101011000 100000 111100

Color Harmonies of #BA798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA798A

Black with #BA798A

Text Example


Text Example

White with #BA798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA798A; }

 p { color: rgb(186,121,138); }

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

background-color css

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

 a { background-color: rgb(186,121,138); }

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

border-color css

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

 span { border-color: rgb(186,121,138); }

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