Html Css Color HEX #BA6A77 Tapestry

📋 copy color: '#BA6A77'

red 186 ◦ green 106 ◦ blue 119

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

Shades of Tapestry #BA6A77

Tints of Tapestry #BA6A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.79%

 BLUE value IS 119 (46.88% from 255) = 28.95%

R = 45.26%
G = 25.79%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA6A77 (or 0xBA6A77) is known color: Tapestry. HEX triplet: BA, 6A and 77. RGB value is (186,106,119). Sum of RGB (Red+Green+Blue) = 186+106+119=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6A77 is #459588. Grayscale: #838383. Windows color (decimal): -4560265 or 7826106. OLE color: 7826106.

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

Color convert

RGB 186 106 119 -
CMYK 0 0.43 0.36 0.27
HSL 350.25º 0.37% 0.57% -
HSV(B) 350.25º 0.43% 0.73% -
XYZ 28.73 22.08 20.2 -
YUV 131.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 186 106 119 0 0.43 0.36 0.27 350.25 0.37 0.57
Hex BA 6A 77 0 2B 24 1B 15E 25 39
Octal 272 152 167 0 53 44 33 536 45 71
Binary 10111010 1101010 1110111 0 101011 100100 11011 101011110 100101 111001

Color Harmonies of #BA6A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A77

Black with #BA6A77

Text Example


Text Example

White with #BA6A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A77; }

 p { color: rgb(186,106,119); }

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

background-color css

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

 a { background-color: rgb(186,106,119); }

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

border-color css

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

 span { border-color: rgb(186,106,119); }

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