Html Css Color HEX #BA638B Tapestry

📋 copy color: '#BA638B'

red 186 ◦ green 99 ◦ blue 139

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

Shades of Tapestry #BA638B

Tints of Tapestry #BA638B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.78%

R = 43.87%
G = 23.35%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA638B (or 0xBA638B) is known color: Tapestry. HEX triplet: BA, 63 and 8B. RGB value is (186,99,139). Sum of RGB (Red+Green+Blue) = 186+99+139=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA638B is #459C74. Grayscale: #818181. Windows color (decimal): -4562037 or 9135034. OLE color: 9135034.

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

Color convert

RGB 186 99 139 -
CMYK 0 0.47 0.25 0.27
HSL 332.41º 0.39% 0.56% -
HSV(B) 332.41º 0.47% 0.73% -
XYZ 29.37 21.23 26.98 -
YUV 129.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 186 99 139 0 0.47 0.25 0.27 332.41 0.39 0.56
Hex BA 63 8B 0 2F 19 1B 14C 27 38
Octal 272 143 213 0 57 31 33 514 47 70
Binary 10111010 1100011 10001011 0 101111 11001 11011 101001100 100111 111000

Color Harmonies of #BA638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA638B

Black with #BA638B

Text Example


Text Example

White with #BA638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA638B; }

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

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

background-color css

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

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

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

border-color css

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

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

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