Html Css Color HEX #BA7687 Tapestry

📋 copy color: '#BA7687'

red 186 ◦ green 118 ◦ blue 135

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

Shades of Tapestry #BA7687

Tints of Tapestry #BA7687

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.88%

 BLUE value IS 135 (53.13% from 255) = 30.75%

R = 42.37%
G = 26.88%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA7687 (or 0xBA7687) is known color: Tapestry. HEX triplet: BA, 76 and 87. RGB value is (186,118,135). Sum of RGB (Red+Green+Blue) = 186+118+135=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7687 is #458978. Grayscale: #8C8C8C. Windows color (decimal): -4557177 or 8877754. OLE color: 8877754.

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

Color convert

RGB 186 118 135 -
CMYK 0 0.37 0.27 0.27
HSL 345º 0.33% 0.6% -
HSV(B) 345º 0.37% 0.73% -
XYZ 31.1 25.15 26.14 -
YUV 140.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 186 118 135 0 0.37 0.27 0.27 345 0.33 0.6
Hex BA 76 87 0 25 1B 1B 159 21 3C
Octal 272 166 207 0 45 33 33 531 41 74
Binary 10111010 1110110 10000111 0 100101 11011 11011 101011001 100001 111100

Color Harmonies of #BA7687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7687

Black with #BA7687

Text Example


Text Example

White with #BA7687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7687; }

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

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

background-color css

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

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

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

border-color css

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

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

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