Html Css Color HEX #BA7A8A Tapestry

📋 copy color: '#BA7A8A'

red 186 ◦ green 122 ◦ blue 138

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

Shades of Tapestry #BA7A8A

Tints of Tapestry #BA7A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.35%

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

R = 41.7%
G = 27.35%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA7A8A (or 0xBA7A8A) is known color: Tapestry. HEX triplet: BA, 7A and 8A. RGB value is (186,122,138). Sum of RGB (Red+Green+Blue) = 186+122+138=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A8A is #458575. Grayscale: #8E8E8E. Windows color (decimal): -4556150 or 9075386. OLE color: 9075386.

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

Color convert

RGB 186 122 138 -
CMYK 0 0.34 0.26 0.27
HSL 345º 0.32% 0.6% -
HSV(B) 345º 0.34% 0.73% -
XYZ 31.8 26.19 27.42 -
YUV 142.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 186 122 138 0 0.34 0.26 0.27 345 0.32 0.6
Hex BA 7A 8A 0 22 1A 1B 159 20 3C
Octal 272 172 212 0 42 32 33 531 40 74
Binary 10111010 1111010 10001010 0 100010 11010 11011 101011001 100000 111100

Color Harmonies of #BA7A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A8A

Black with #BA7A8A

Text Example


Text Example

White with #BA7A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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