Html Css Color HEX #BA6675 Tapestry

📋 copy color: '#BA6675'

red 186 ◦ green 102 ◦ blue 117

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

Shades of Tapestry #BA6675

Tints of Tapestry #BA6675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

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

R = 45.93%
G = 25.19%
B = 28.89%

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

#BA6675 (or 0xBA6675) is known color: Tapestry. HEX triplet: BA, 66 and 75. RGB value is (186,102,117). Sum of RGB (Red+Green+Blue) = 186+102+117=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6675 is #45998A. Grayscale: #808080. Windows color (decimal): -4561291 or 7694010. OLE color: 7694010.

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

Color convert

RGB 186 102 117 -
CMYK 0 0.45 0.37 0.27
HSL 349.29º 0.38% 0.56% -
HSV(B) 349.29º 0.45% 0.73% -
XYZ 28.21 21.23 19.44 -
YUV 128.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 186 102 117 0 0.45 0.37 0.27 349.29 0.38 0.56
Hex BA 66 75 0 2D 25 1B 15D 26 38
Octal 272 146 165 0 55 45 33 535 46 70
Binary 10111010 1100110 1110101 0 101101 100101 11011 101011101 100110 111000

Color Harmonies of #BA6675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6675

Black with #BA6675

Text Example


Text Example

White with #BA6675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6675; }

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

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

background-color css

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

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

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

border-color css

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

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

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