Html Css Color HEX #BA637D Tapestry

📋 copy color: '#BA637D'

red 186 ◦ green 99 ◦ blue 125

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

Shades of Tapestry #BA637D

Tints of Tapestry #BA637D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.49%

R = 45.37%
G = 24.15%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA637D (or 0xBA637D) is known color: Tapestry. HEX triplet: BA, 63 and 7D. RGB value is (186,99,125). Sum of RGB (Red+Green+Blue) = 186+99+125=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA637D is #459C82. Grayscale: #7F7F7F. Windows color (decimal): -4562051 or 8217530. OLE color: 8217530.

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

Color convert

RGB 186 99 125 -
CMYK 0 0.47 0.33 0.27
HSL 342.07º 0.39% 0.56% -
HSV(B) 342.07º 0.47% 0.73% -
XYZ 28.41 20.84 21.93 -
YUV 127.98 126.32 169.39 -
System Red Green Blue C M Y K H S L
Decimal 186 99 125 0 0.47 0.33 0.27 342.07 0.39 0.56
Hex BA 63 7D 0 2F 21 1B 156 27 38
Octal 272 143 175 0 57 41 33 526 47 70
Binary 10111010 1100011 1111101 0 101111 100001 11011 101010110 100111 111000

Color Harmonies of #BA637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA637D

Black with #BA637D

Text Example


Text Example

White with #BA637D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA637D; }

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

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

background-color css

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

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

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

border-color css

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

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

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