Html Css Color HEX #BA7992 Tapestry

📋 copy color: '#BA7992'

red 186 ◦ green 121 ◦ blue 146

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

Shades of Tapestry #BA7992

Tints of Tapestry #BA7992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.71%

 BLUE value IS 146 (57.42% from 255) = 32.23%

R = 41.06%
G = 26.71%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA7992 (or 0xBA7992) is known color: Tapestry. HEX triplet: BA, 79 and 92. RGB value is (186,121,146). Sum of RGB (Red+Green+Blue) = 186+121+146=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7992 is #45866D. Grayscale: #8F8F8F. Windows color (decimal): -4556398 or 9599418. OLE color: 9599418.

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

Color convert

RGB 186 121 146 -
CMYK 0 0.35 0.22 0.27
HSL 336.92º 0.32% 0.6% -
HSV(B) 336.92º 0.35% 0.73% -
XYZ 32.28 26.19 30.55 -
YUV 143.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 186 121 146 0 0.35 0.22 0.27 336.92 0.32 0.6
Hex BA 79 92 0 23 16 1B 151 20 3C
Octal 272 171 222 0 43 26 33 521 40 74
Binary 10111010 1111001 10010010 0 100011 10110 11011 101010001 100000 111100

Color Harmonies of #BA7992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7992

Black with #BA7992

Text Example


Text Example

White with #BA7992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7992; }

 p { color: rgb(186,121,146); }

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

background-color css

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

 a { background-color: rgb(186,121,146); }

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

border-color css

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

 span { border-color: rgb(186,121,146); }

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