Html Css Color HEX #BA6B78 Tapestry

📋 copy color: '#BA6B78'

red 186 ◦ green 107 ◦ blue 120

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

Shades of Tapestry #BA6B78

Tints of Tapestry #BA6B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.06%

R = 45.04%
G = 25.91%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA6B78 (or 0xBA6B78) is known color: Tapestry. HEX triplet: BA, 6B and 78. RGB value is (186,107,120). Sum of RGB (Red+Green+Blue) = 186+107+120=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B78 is #459487. Grayscale: #848484. Windows color (decimal): -4560008 or 7891898. OLE color: 7891898.

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

Color convert

RGB 186 107 120 -
CMYK 0 0.42 0.35 0.27
HSL 350.13º 0.36% 0.57% -
HSV(B) 350.13º 0.42% 0.73% -
XYZ 28.9 22.31 20.55 -
YUV 132.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 186 107 120 0 0.42 0.35 0.27 350.13 0.36 0.57
Hex BA 6B 78 0 2A 23 1B 15E 24 39
Octal 272 153 170 0 52 43 33 536 44 71
Binary 10111010 1101011 1111000 0 101010 100011 11011 101011110 100100 111001

Color Harmonies of #BA6B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B78

Black with #BA6B78

Text Example


Text Example

White with #BA6B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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