Html Css Color HEX #BA777E Tapestry

📋 copy color: '#BA777E'

red 186 ◦ green 119 ◦ blue 126

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

Shades of Tapestry #BA777E

Tints of Tapestry #BA777E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.61%

 BLUE value IS 126 (49.61% from 255) = 29.23%

R = 43.16%
G = 27.61%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA777E (or 0xBA777E) is known color: Tapestry. HEX triplet: BA, 77 and 7E. RGB value is (186,119,126). Sum of RGB (Red+Green+Blue) = 186+119+126=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA777E is #458881. Grayscale: #8B8B8B. Windows color (decimal): -4556930 or 8288186. OLE color: 8288186.

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

Color convert

RGB 186 119 126 -
CMYK 0 0.36 0.32 0.27
HSL 353.73º 0.33% 0.6% -
HSV(B) 353.73º 0.36% 0.73% -
XYZ 30.61 25.14 22.98 -
YUV 139.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 186 119 126 0 0.36 0.32 0.27 353.73 0.33 0.6
Hex BA 77 7E 0 24 20 1B 162 21 3C
Octal 272 167 176 0 44 40 33 542 41 74
Binary 10111010 1110111 1111110 0 100100 100000 11011 101100010 100001 111100

Color Harmonies of #BA777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA777E

Black with #BA777E

Text Example


Text Example

White with #BA777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA777E; }

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

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

background-color css

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

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

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

border-color css

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

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

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