Html Css Color HEX #BA7B8E Tapestry

📋 copy color: '#BA7B8E'

red 186 ◦ green 123 ◦ blue 142

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

Shades of Tapestry #BA7B8E

Tints of Tapestry #BA7B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.27%

 BLUE value IS 142 (55.86% from 255) = 31.49%

R = 41.24%
G = 27.27%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA7B8E (or 0xBA7B8E) is known color: Tapestry. HEX triplet: BA, 7B and 8E. RGB value is (186,123,142). Sum of RGB (Red+Green+Blue) = 186+123+142=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B8E is #458471. Grayscale: #8F8F8F. Windows color (decimal): -4555890 or 9337786. OLE color: 9337786.

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

Color convert

RGB 186 123 142 -
CMYK 0 0.34 0.24 0.27
HSL 341.9º 0.31% 0.61% -
HSV(B) 341.9º 0.34% 0.73% -
XYZ 32.22 26.56 29.02 -
YUV 144 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 186 123 142 0 0.34 0.24 0.27 341.9 0.31 0.61
Hex BA 7B 8E 0 22 18 1B 156 1F 3D
Octal 272 173 216 0 42 30 33 526 37 75
Binary 10111010 1111011 10001110 0 100010 11000 11011 101010110 11111 111101

Color Harmonies of #BA7B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B8E

Black with #BA7B8E

Text Example


Text Example

White with #BA7B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B8E; }

 p { color: rgb(186,123,142); }

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

background-color css

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

 a { background-color: rgb(186,123,142); }

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

border-color css

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

 span { border-color: rgb(186,123,142); }

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