Html Css Color HEX #BA7789 Tapestry

📋 copy color: '#BA7789'

red 186 ◦ green 119 ◦ blue 137

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

Shades of Tapestry #BA7789

Tints of Tapestry #BA7789

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.92%

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

R = 42.08%
G = 26.92%
B = 31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA7789 (or 0xBA7789) is known color: Tapestry. HEX triplet: BA, 77 and 89. RGB value is (186,119,137). Sum of RGB (Red+Green+Blue) = 186+119+137=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7789 is #458876. Grayscale: #8D8D8D. Windows color (decimal): -4556919 or 9009082. OLE color: 9009082.

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

Color convert

RGB 186 119 137 -
CMYK 0 0.36 0.26 0.27
HSL 343.88º 0.33% 0.6% -
HSV(B) 343.88º 0.36% 0.73% -
XYZ 31.36 25.44 26.92 -
YUV 141.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 186 119 137 0 0.36 0.26 0.27 343.88 0.33 0.6
Hex BA 77 89 0 24 1A 1B 158 21 3C
Octal 272 167 211 0 44 32 33 530 41 74
Binary 10111010 1110111 10001001 0 100100 11010 11011 101011000 100001 111100

Color Harmonies of #BA7789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7789

Black with #BA7789

Text Example


Text Example

White with #BA7789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7789; }

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

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

background-color css

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

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

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

border-color css

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

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

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