Html Css Color HEX #BA7492 Tapestry

📋 copy color: '#BA7492'

red 186 ◦ green 116 ◦ blue 146

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

Shades of Tapestry #BA7492

Tints of Tapestry #BA7492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.89%

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

R = 41.52%
G = 25.89%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA7492 (or 0xBA7492) is known color: Tapestry. HEX triplet: BA, 74 and 92. RGB value is (186,116,146). Sum of RGB (Red+Green+Blue) = 186+116+146=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7492 is #458B6D. Grayscale: #8C8C8C. Windows color (decimal): -4557678 or 9598138. OLE color: 9598138.

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

Color convert

RGB 186 116 146 -
CMYK 0 0.38 0.22 0.27
HSL 334.29º 0.34% 0.59% -
HSV(B) 334.29º 0.38% 0.73% -
XYZ 31.68 25.01 30.35 -
YUV 140.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 186 116 146 0 0.38 0.22 0.27 334.29 0.34 0.59
Hex BA 74 92 0 26 16 1B 14E 22 3B
Octal 272 164 222 0 46 26 33 516 42 73
Binary 10111010 1110100 10010010 0 100110 10110 11011 101001110 100010 111011

Color Harmonies of #BA7492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7492

Black with #BA7492

Text Example


Text Example

White with #BA7492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7492; }

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

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

background-color css

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

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

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

border-color css

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

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

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