Html Css Color HEX #BA6D7A Tapestry

📋 copy color: '#BA6D7A'

red 186 ◦ green 109 ◦ blue 122

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

Shades of Tapestry #BA6D7A

Tints of Tapestry #BA6D7A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.14%

 BLUE value IS 122 (48.05% from 255) = 29.26%

R = 44.6%
G = 26.14%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA6D7A (or 0xBA6D7A) is known color: Tapestry. HEX triplet: BA, 6D and 7A. RGB value is (186,109,122). Sum of RGB (Red+Green+Blue) = 186+109+122=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D7A is #459285. Grayscale: #858585. Windows color (decimal): -4559494 or 8023482. OLE color: 8023482.

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

Color convert

RGB 186 109 122 -
CMYK 0 0.41 0.34 0.27
HSL 349.87º 0.36% 0.58% -
HSV(B) 349.87º 0.41% 0.73% -
XYZ 29.23 22.78 21.27 -
YUV 133.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 186 109 122 0 0.41 0.34 0.27 349.87 0.36 0.58
Hex BA 6D 7A 0 29 22 1B 15E 24 3A
Octal 272 155 172 0 51 42 33 536 44 72
Binary 10111010 1101101 1111010 0 101001 100010 11011 101011110 100100 111010

Color Harmonies of #BA6D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D7A

Black with #BA6D7A

Text Example


Text Example

White with #BA6D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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