Html Css Color HEX #BA637A Tapestry

📋 copy color: '#BA637A'

red 186 ◦ green 99 ◦ blue 122

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

Shades of Tapestry #BA637A

Tints of Tapestry #BA637A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.32%

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

R = 45.7%
G = 24.32%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA637A (or 0xBA637A) is known color: Tapestry. HEX triplet: BA, 63 and 7A. RGB value is (186,99,122). Sum of RGB (Red+Green+Blue) = 186+99+122=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA637A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA637A is #459C85. Grayscale: #7F7F7F. Windows color (decimal): -4562054 or 8020922. OLE color: 8020922.

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

Color convert

RGB 186 99 122 -
CMYK 0 0.47 0.34 0.27
HSL 344.14º 0.39% 0.56% -
HSV(B) 344.14º 0.47% 0.73% -
XYZ 28.22 20.77 20.93 -
YUV 127.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 186 99 122 0 0.47 0.34 0.27 344.14 0.39 0.56
Hex BA 63 7A 0 2F 22 1B 158 27 38
Octal 272 143 172 0 57 42 33 530 47 70
Binary 10111010 1100011 1111010 0 101111 100010 11011 101011000 100111 111000

Color Harmonies of #BA637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA637A

Black with #BA637A

Text Example


Text Example

White with #BA637A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA637A; }

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

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

background-color css

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

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

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

border-color css

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

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

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