Html Css Color HEX #BA747F Tapestry

📋 copy color: '#BA747F'

red 186 ◦ green 116 ◦ blue 127

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

Shades of Tapestry #BA747F

Tints of Tapestry #BA747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.04%

 BLUE value IS 127 (50% from 255) = 29.6%

R = 43.36%
G = 27.04%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA747F (or 0xBA747F) is known color: Tapestry. HEX triplet: BA, 74 and 7F. RGB value is (186,116,127). Sum of RGB (Red+Green+Blue) = 186+116+127=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA747F is #458B80. Grayscale: #8A8A8A. Windows color (decimal): -4557697 or 8352954. OLE color: 8352954.

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

Color convert

RGB 186 116 127 -
CMYK 0 0.38 0.32 0.27
HSL 350.57º 0.34% 0.59% -
HSV(B) 350.57º 0.38% 0.73% -
XYZ 30.33 24.46 23.2 -
YUV 138.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 186 116 127 0 0.38 0.32 0.27 350.57 0.34 0.59
Hex BA 74 7F 0 26 20 1B 15F 22 3B
Octal 272 164 177 0 46 40 33 537 42 73
Binary 10111010 1110100 1111111 0 100110 100000 11011 101011111 100010 111011

Color Harmonies of #BA747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA747F

Black with #BA747F

Text Example


Text Example

White with #BA747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA747F; }

 p { color: rgb(186,116,127); }

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

background-color css

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

 a { background-color: rgb(186,116,127); }

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

border-color css

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

 span { border-color: rgb(186,116,127); }

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