Html Css Color HEX #BA7E89 Tapestry

📋 copy color: '#BA7E89'

red 186 ◦ green 126 ◦ blue 137

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

Shades of Tapestry #BA7E89

Tints of Tapestry #BA7E89

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.06%

 BLUE value IS 137 (53.91% from 255) = 30.51%

R = 41.43%
G = 28.06%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA7E89 (or 0xBA7E89) is known color: Tapestry. HEX triplet: BA, 7E and 89. RGB value is (186,126,137). Sum of RGB (Red+Green+Blue) = 186+126+137=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7E89 is #458176. Grayscale: #919191. Windows color (decimal): -4555127 or 9010874. OLE color: 9010874.

HSL color Cylindrical-coordinate representation of color #BA7E89: hue angle of 349º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7E89 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 126 137 -
CMYK 0 0.32 0.26 0.27
HSL 349º 0.3% 0.61% -
HSV(B) 349º 0.32% 0.73% -
XYZ 32.23 27.17 27.21 -
YUV 145.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 186 126 137 0 0.32 0.26 0.27 349 0.3 0.61
Hex BA 7E 89 0 20 1A 1B 15D 1E 3D
Octal 272 176 211 0 40 32 33 535 36 75
Binary 10111010 1111110 10001001 0 100000 11010 11011 101011101 11110 111101

Color Harmonies of #BA7E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E89

Black with #BA7E89

Text Example


Text Example

White with #BA7E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E89; }

 p { color: rgb(186,126,137); }

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

background-color css

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

 a { background-color: rgb(186,126,137); }

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

border-color css

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

 span { border-color: rgb(186,126,137); }

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