Html Css Color HEX #BA6976 Tapestry

📋 copy color: '#BA6976'

red 186 ◦ green 105 ◦ blue 118

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

Shades of Tapestry #BA6976

Tints of Tapestry #BA6976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.67%

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 45.48%
G = 25.67%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA6976 (or 0xBA6976) is known color: Tapestry. HEX triplet: BA, 69 and 76. RGB value is (186,105,118). Sum of RGB (Red+Green+Blue) = 186+105+118=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6976 is #459689. Grayscale: #828282. Windows color (decimal): -4560522 or 7760314. OLE color: 7760314.

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

Color convert

RGB 186 105 118 -
CMYK 0 0.44 0.37 0.27
HSL 350.37º 0.37% 0.57% -
HSV(B) 350.37º 0.44% 0.73% -
XYZ 28.57 21.85 19.85 -
YUV 130.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 186 105 118 0 0.44 0.37 0.27 350.37 0.37 0.57
Hex BA 69 76 0 2C 25 1B 15E 25 39
Octal 272 151 166 0 54 45 33 536 45 71
Binary 10111010 1101001 1110110 0 101100 100101 11011 101011110 100101 111001

Color Harmonies of #BA6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6976

Black with #BA6976

Text Example


Text Example

White with #BA6976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6976; }

 p { color: rgb(186,105,118); }

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

background-color css

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

 a { background-color: rgb(186,105,118); }

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

border-color css

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

 span { border-color: rgb(186,105,118); }

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