Html Css Color HEX #BA6B77 Tapestry

📋 copy color: '#BA6B77'

red 186 ◦ green 107 ◦ blue 119

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

Shades of Tapestry #BA6B77

Tints of Tapestry #BA6B77

RGB

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

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

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

R = 45.15%
G = 25.97%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA6B77 (or 0xBA6B77) is known color: Tapestry. HEX triplet: BA, 6B and 77. RGB value is (186,107,119). Sum of RGB (Red+Green+Blue) = 186+107+119=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B77 is #459488. Grayscale: #848484. Windows color (decimal): -4560009 or 7826362. OLE color: 7826362.

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

Color convert

RGB 186 107 119 -
CMYK 0 0.42 0.36 0.27
HSL 350.89º 0.36% 0.57% -
HSV(B) 350.89º 0.42% 0.73% -
XYZ 28.84 22.29 20.23 -
YUV 131.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 186 107 119 0 0.42 0.36 0.27 350.89 0.36 0.57
Hex BA 6B 77 0 2A 24 1B 15F 24 39
Octal 272 153 167 0 52 44 33 537 44 71
Binary 10111010 1101011 1110111 0 101010 100100 11011 101011111 100100 111001

Color Harmonies of #BA6B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B77

Black with #BA6B77

Text Example


Text Example

White with #BA6B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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