Html Css Color HEX #BA638A Tapestry

📋 copy color: '#BA638A'

red 186 ◦ green 99 ◦ blue 138

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

Shades of Tapestry #BA638A

Tints of Tapestry #BA638A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.62%

R = 43.97%
G = 23.4%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA638A (or 0xBA638A) is known color: Tapestry. HEX triplet: BA, 63 and 8A. RGB value is (186,99,138). Sum of RGB (Red+Green+Blue) = 186+99+138=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA638A is #459C75. Grayscale: #818181. Windows color (decimal): -4562038 or 9069498. OLE color: 9069498.

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

Color convert

RGB 186 99 138 -
CMYK 0 0.47 0.26 0.27
HSL 333.1º 0.39% 0.56% -
HSV(B) 333.1º 0.47% 0.73% -
XYZ 29.3 21.2 26.59 -
YUV 129.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 186 99 138 0 0.47 0.26 0.27 333.1 0.39 0.56
Hex BA 63 8A 0 2F 1A 1B 14D 27 38
Octal 272 143 212 0 57 32 33 515 47 70
Binary 10111010 1100011 10001010 0 101111 11010 11011 101001101 100111 111000

Color Harmonies of #BA638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA638A

Black with #BA638A

Text Example


Text Example

White with #BA638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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