Html Css Color HEX #BA6785 Tapestry

📋 copy color: '#BA6785'

red 186 ◦ green 103 ◦ blue 133

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

Shades of Tapestry #BA6785

Tints of Tapestry #BA6785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.41%

 BLUE value IS 133 (52.34% from 255) = 31.52%

R = 44.08%
G = 24.41%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA6785 (or 0xBA6785) is known color: Tapestry. HEX triplet: BA, 67 and 85. RGB value is (186,103,133). Sum of RGB (Red+Green+Blue) = 186+103+133=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6785 is #45987A. Grayscale: #838383. Windows color (decimal): -4561019 or 8742842. OLE color: 8742842.

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

Color convert

RGB 186 103 133 -
CMYK 0 0.45 0.28 0.27
HSL 338.31º 0.38% 0.57% -
HSV(B) 338.31º 0.45% 0.73% -
XYZ 29.33 21.83 24.86 -
YUV 131.24 129 167.06 -
System Red Green Blue C M Y K H S L
Decimal 186 103 133 0 0.45 0.28 0.27 338.31 0.38 0.57
Hex BA 67 85 0 2D 1C 1B 152 26 39
Octal 272 147 205 0 55 34 33 522 46 71
Binary 10111010 1100111 10000101 0 101101 11100 11011 101010010 100110 111001

Color Harmonies of #BA6785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6785

Black with #BA6785

Text Example


Text Example

White with #BA6785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6785; }

 p { color: rgb(186,103,133); }

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

background-color css

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

 a { background-color: rgb(186,103,133); }

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

border-color css

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

 span { border-color: rgb(186,103,133); }

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