Html Css Color HEX #BA687F Tapestry

📋 copy color: '#BA687F'

red 186 ◦ green 104 ◦ blue 127

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

Shades of Tapestry #BA687F

Tints of Tapestry #BA687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.94%

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

R = 44.6%
G = 24.94%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA687F (or 0xBA687F) is known color: Tapestry. HEX triplet: BA, 68 and 7F. RGB value is (186,104,127). Sum of RGB (Red+Green+Blue) = 186+104+127=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA687F is #459780. Grayscale: #838383. Windows color (decimal): -4560769 or 8349882. OLE color: 8349882.

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

Color convert

RGB 186 104 127 -
CMYK 0 0.44 0.32 0.27
HSL 343.17º 0.37% 0.57% -
HSV(B) 343.17º 0.44% 0.73% -
XYZ 29.03 21.87 22.77 -
YUV 131.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 186 104 127 0 0.44 0.32 0.27 343.17 0.37 0.57
Hex BA 68 7F 0 2C 20 1B 157 25 39
Octal 272 150 177 0 54 40 33 527 45 71
Binary 10111010 1101000 1111111 0 101100 100000 11011 101010111 100101 111001

Color Harmonies of #BA687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA687F

Black with #BA687F

Text Example


Text Example

White with #BA687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA687F; }

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

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

background-color css

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

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

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

border-color css

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

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

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