Html Css Color HEX #BA6775 Tapestry

📋 copy color: '#BA6775'

red 186 ◦ green 103 ◦ blue 117

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

Shades of Tapestry #BA6775

Tints of Tapestry #BA6775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 45.81%
G = 25.37%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA6775 (or 0xBA6775) is known color: Tapestry. HEX triplet: BA, 67 and 75. RGB value is (186,103,117). Sum of RGB (Red+Green+Blue) = 186+103+117=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6775 is #45988A. Grayscale: #818181. Windows color (decimal): -4561035 or 7694266. OLE color: 7694266.

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

Color convert

RGB 186 103 117 -
CMYK 0 0.45 0.37 0.27
HSL 349.88º 0.38% 0.57% -
HSV(B) 349.88º 0.45% 0.73% -
XYZ 28.31 21.42 19.47 -
YUV 129.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 186 103 117 0 0.45 0.37 0.27 349.88 0.38 0.57
Hex BA 67 75 0 2D 25 1B 15E 26 39
Octal 272 147 165 0 55 45 33 536 46 71
Binary 10111010 1100111 1110101 0 101101 100101 11011 101011110 100110 111001

Color Harmonies of #BA6775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6775

Black with #BA6775

Text Example


Text Example

White with #BA6775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6775; }

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

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

background-color css

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

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

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

border-color css

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

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

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