Html Css Color HEX #BA7A7D Tapestry

📋 copy color: '#BA7A7D'

red 186 ◦ green 122 ◦ blue 125

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

Shades of Tapestry #BA7A7D

Tints of Tapestry #BA7A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.18%

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 42.96%
G = 28.18%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA7A7D (or 0xBA7A7D) is known color: Tapestry. HEX triplet: BA, 7A and 7D. RGB value is (186,122,125). Sum of RGB (Red+Green+Blue) = 186+122+125=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A7D is #458582. Grayscale: #8D8D8D. Windows color (decimal): -4556163 or 8223418. OLE color: 8223418.

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

Color convert

RGB 186 122 125 -
CMYK 0 0.34 0.33 0.27
HSL 357.19º 0.32% 0.6% -
HSV(B) 357.19º 0.34% 0.73% -
XYZ 30.91 25.84 22.76 -
YUV 141.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 186 122 125 0 0.34 0.33 0.27 357.19 0.32 0.6
Hex BA 7A 7D 0 22 21 1B 165 20 3C
Octal 272 172 175 0 42 41 33 545 40 74
Binary 10111010 1111010 1111101 0 100010 100001 11011 101100101 100000 111100

Color Harmonies of #BA7A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A7D

Black with #BA7A7D

Text Example


Text Example

White with #BA7A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A7D; }

 p { color: rgb(186,122,125); }

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

background-color css

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

 a { background-color: rgb(186,122,125); }

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

border-color css

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

 span { border-color: rgb(186,122,125); }

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