Html Css Color HEX #BA6381 Tapestry

📋 copy color: '#BA6381'

red 186 ◦ green 99 ◦ blue 129

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

Shades of Tapestry #BA6381

Tints of Tapestry #BA6381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.16%

R = 44.93%
G = 23.91%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA6381 (or 0xBA6381) is known color: Tapestry. HEX triplet: BA, 63 and 81. RGB value is (186,99,129). Sum of RGB (Red+Green+Blue) = 186+99+129=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6381 is #459C7E. Grayscale: #808080. Windows color (decimal): -4562047 or 8479674. OLE color: 8479674.

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

Color convert

RGB 186 99 129 -
CMYK 0 0.47 0.31 0.27
HSL 339.31º 0.39% 0.56% -
HSV(B) 339.31º 0.47% 0.73% -
XYZ 28.67 20.95 23.3 -
YUV 128.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 186 99 129 0 0.47 0.31 0.27 339.31 0.39 0.56
Hex BA 63 81 0 2F 1F 1B 153 27 38
Octal 272 143 201 0 57 37 33 523 47 70
Binary 10111010 1100011 10000001 0 101111 11111 11011 101010011 100111 111000

Color Harmonies of #BA6381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6381

Black with #BA6381

Text Example


Text Example

White with #BA6381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6381; }

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

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

background-color css

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

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

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

border-color css

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

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

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