Html Css Color HEX #BA637E Tapestry

📋 copy color: '#BA637E'

red 186 ◦ green 99 ◦ blue 126

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

Shades of Tapestry #BA637E

Tints of Tapestry #BA637E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.66%

R = 45.26%
G = 24.09%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA637E (or 0xBA637E) is known color: Tapestry. HEX triplet: BA, 63 and 7E. RGB value is (186,99,126). Sum of RGB (Red+Green+Blue) = 186+99+126=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA637E is #459C81. Grayscale: #808080. Windows color (decimal): -4562050 or 8283066. OLE color: 8283066.

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

Color convert

RGB 186 99 126 -
CMYK 0 0.47 0.32 0.27
HSL 341.38º 0.39% 0.56% -
HSV(B) 341.38º 0.47% 0.73% -
XYZ 28.48 20.87 22.27 -
YUV 128.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 186 99 126 0 0.47 0.32 0.27 341.38 0.39 0.56
Hex BA 63 7E 0 2F 20 1B 155 27 38
Octal 272 143 176 0 57 40 33 525 47 70
Binary 10111010 1100011 1111110 0 101111 100000 11011 101010101 100111 111000

Color Harmonies of #BA637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA637E

Black with #BA637E

Text Example


Text Example

White with #BA637E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA637E; }

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

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

background-color css

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

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

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

border-color css

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

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

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