Html Css Color HEX #BA7292 Tapestry

📋 copy color: '#BA7292'

red 186 ◦ green 114 ◦ blue 146

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

Shades of Tapestry #BA7292

Tints of Tapestry #BA7292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.56%

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

R = 41.7%
G = 25.56%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA7292 (or 0xBA7292) is known color: Tapestry. HEX triplet: BA, 72 and 92. RGB value is (186,114,146). Sum of RGB (Red+Green+Blue) = 186+114+146=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7292 is #458D6D. Grayscale: #8B8B8B. Windows color (decimal): -4558190 or 9597626. OLE color: 9597626.

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

Color convert

RGB 186 114 146 -
CMYK 0 0.39 0.22 0.27
HSL 333.33º 0.34% 0.59% -
HSV(B) 333.33º 0.39% 0.73% -
XYZ 31.46 24.55 30.27 -
YUV 139.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 186 114 146 0 0.39 0.22 0.27 333.33 0.34 0.59
Hex BA 72 92 0 27 16 1B 14D 22 3B
Octal 272 162 222 0 47 26 33 515 42 73
Binary 10111010 1110010 10010010 0 100111 10110 11011 101001101 100010 111011

Color Harmonies of #BA7292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7292

Black with #BA7292

Text Example


Text Example

White with #BA7292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7292; }

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

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

background-color css

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

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

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

border-color css

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

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

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