Html Css Color HEX #BA6B7D Tapestry

📋 copy color: '#BA6B7D'

red 186 ◦ green 107 ◦ blue 125

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

Shades of Tapestry #BA6B7D

Tints of Tapestry #BA6B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 44.5%
G = 25.6%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA6B7D (or 0xBA6B7D) is known color: Tapestry. HEX triplet: BA, 6B and 7D. RGB value is (186,107,125). Sum of RGB (Red+Green+Blue) = 186+107+125=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B7D is #459482. Grayscale: #848484. Windows color (decimal): -4560003 or 8219578. OLE color: 8219578.

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

Color convert

RGB 186 107 125 -
CMYK 0 0.42 0.33 0.27
HSL 346.33º 0.36% 0.57% -
HSV(B) 346.33º 0.42% 0.73% -
XYZ 29.21 22.44 22.19 -
YUV 132.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 186 107 125 0 0.42 0.33 0.27 346.33 0.36 0.57
Hex BA 6B 7D 0 2A 21 1B 15A 24 39
Octal 272 153 175 0 52 41 33 532 44 71
Binary 10111010 1101011 1111101 0 101010 100001 11011 101011010 100100 111001

Color Harmonies of #BA6B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B7D

Black with #BA6B7D

Text Example


Text Example

White with #BA6B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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