Html Css Color HEX #BA798B Tapestry

📋 copy color: '#BA798B'

red 186 ◦ green 121 ◦ blue 139

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

Shades of Tapestry #BA798B

Tints of Tapestry #BA798B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.17%

R = 41.7%
G = 27.13%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA798B (or 0xBA798B) is known color: Tapestry. HEX triplet: BA, 79 and 8B. RGB value is (186,121,139). Sum of RGB (Red+Green+Blue) = 186+121+139=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA798B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA798B is #458674. Grayscale: #8E8E8E. Windows color (decimal): -4556405 or 9140666. OLE color: 9140666.

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

Color convert

RGB 186 121 139 -
CMYK 0 0.35 0.25 0.27
HSL 343.38º 0.32% 0.6% -
HSV(B) 343.38º 0.35% 0.73% -
XYZ 31.75 25.98 27.77 -
YUV 142.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 186 121 139 0 0.35 0.25 0.27 343.38 0.32 0.6
Hex BA 79 8B 0 23 19 1B 157 20 3C
Octal 272 171 213 0 43 31 33 527 40 74
Binary 10111010 1111001 10001011 0 100011 11001 11011 101010111 100000 111100

Color Harmonies of #BA798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA798B

Black with #BA798B

Text Example


Text Example

White with #BA798B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA798B; }

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

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

background-color css

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

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

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

border-color css

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

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

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