Html Css Color HEX #BA6A8C Tapestry

📋 copy color: '#BA6A8C'

red 186 ◦ green 106 ◦ blue 140

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

Shades of Tapestry #BA6A8C

Tints of Tapestry #BA6A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.54%

 BLUE value IS 140 (55.08% from 255) = 32.41%

R = 43.06%
G = 24.54%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA6A8C (or 0xBA6A8C) is known color: Tapestry. HEX triplet: BA, 6A and 8C. RGB value is (186,106,140). Sum of RGB (Red+Green+Blue) = 186+106+140=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6A8C is #459573. Grayscale: #858585. Windows color (decimal): -4560244 or 9202362. OLE color: 9202362.

HSL color Cylindrical-coordinate representation of color #BA6A8C: hue angle of 334.5º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6A8C is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 106 140 -
CMYK 0 0.43 0.25 0.27
HSL 334.5º 0.37% 0.57% -
HSV(B) 334.5º 0.43% 0.73% -
XYZ 30.14 22.64 27.59 -
YUV 133.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 186 106 140 0 0.43 0.25 0.27 334.5 0.37 0.57
Hex BA 6A 8C 0 2B 19 1B 14E 25 39
Octal 272 152 214 0 53 31 33 516 45 71
Binary 10111010 1101010 10001100 0 101011 11001 11011 101001110 100101 111001

Color Harmonies of #BA6A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A8C

Black with #BA6A8C

Text Example


Text Example

White with #BA6A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A8C; }

 p { color: rgb(186,106,140); }

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

background-color css

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

 a { background-color: rgb(186,106,140); }

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

border-color css

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

 span { border-color: rgb(186,106,140); }

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