Html Css Color HEX #BA6A76 Tapestry

📋 copy color: '#BA6A76'

red 186 ◦ green 106 ◦ blue 118

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

Shades of Tapestry #BA6A76

Tints of Tapestry #BA6A76

RGB

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

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

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

R = 45.37%
G = 25.85%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA6A76 (or 0xBA6A76) is known color: Tapestry. HEX triplet: BA, 6A and 76. RGB value is (186,106,118). Sum of RGB (Red+Green+Blue) = 186+106+118=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6A76 is #459589. Grayscale: #838383. Windows color (decimal): -4560266 or 7760570. OLE color: 7760570.

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

Color convert

RGB 186 106 118 -
CMYK 0 0.43 0.37 0.27
HSL 351º 0.37% 0.57% -
HSV(B) 351º 0.43% 0.73% -
XYZ 28.67 22.06 19.89 -
YUV 131.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 186 106 118 0 0.43 0.37 0.27 351 0.37 0.57
Hex BA 6A 76 0 2B 25 1B 15F 25 39
Octal 272 152 166 0 53 45 33 537 45 71
Binary 10111010 1101010 1110110 0 101011 100101 11011 101011111 100101 111001

Color Harmonies of #BA6A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A76

Black with #BA6A76

Text Example


Text Example

White with #BA6A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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