Html Css Color HEX #BA6B8B Tapestry

📋 copy color: '#BA6B8B'

red 186 ◦ green 107 ◦ blue 139

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

Shades of Tapestry #BA6B8B

Tints of Tapestry #BA6B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.77%

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

R = 43.06%
G = 24.77%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA6B8B (or 0xBA6B8B) is known color: Tapestry. HEX triplet: BA, 6B and 8B. RGB value is (186,107,139). Sum of RGB (Red+Green+Blue) = 186+107+139=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B8B is #459474. Grayscale: #868686. Windows color (decimal): -4559989 or 9137082. OLE color: 9137082.

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

Color convert

RGB 186 107 139 -
CMYK 0 0.42 0.25 0.27
HSL 335.7º 0.36% 0.57% -
HSV(B) 335.7º 0.42% 0.73% -
XYZ 30.17 22.82 27.24 -
YUV 134.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 186 107 139 0 0.42 0.25 0.27 335.7 0.36 0.57
Hex BA 6B 8B 0 2A 19 1B 150 24 39
Octal 272 153 213 0 52 31 33 520 44 71
Binary 10111010 1101011 10001011 0 101010 11001 11011 101010000 100100 111001

Color Harmonies of #BA6B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B8B

Black with #BA6B8B

Text Example


Text Example

White with #BA6B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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