Html Css Color HEX #BA7383 Tapestry

📋 copy color: '#BA7383'

red 186 ◦ green 115 ◦ blue 131

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

Shades of Tapestry #BA7383

Tints of Tapestry #BA7383

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.62%

 BLUE value IS 131 (51.56% from 255) = 30.32%

R = 43.06%
G = 26.62%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA7383 (or 0xBA7383) is known color: Tapestry. HEX triplet: BA, 73 and 83. RGB value is (186,115,131). Sum of RGB (Red+Green+Blue) = 186+115+131=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7383 is #458C7C. Grayscale: #8A8A8A. Windows color (decimal): -4557949 or 8614842. OLE color: 8614842.

HSL color Cylindrical-coordinate representation of color #BA7383: hue angle of 346.48º 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 #BA7383 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 131 -
CMYK 0 0.38 0.30 0.27
HSL 346.48º 0.34% 0.59% -
HSV(B) 346.48º 0.38% 0.73% -
XYZ 30.48 24.34 24.56 -
YUV 138.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 186 115 131 0 0.38 0.30 0.27 346.48 0.34 0.59
Hex BA 73 83 0 26 1E 1B 15A 22 3B
Octal 272 163 203 0 46 36 33 532 42 73
Binary 10111010 1110011 10000011 0 100110 11110 11011 101011010 100010 111011

Color Harmonies of #BA7383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7383

Black with #BA7383

Text Example


Text Example

White with #BA7383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7383; }

 p { color: rgb(186,115,131); }

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

background-color css

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

 a { background-color: rgb(186,115,131); }

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

border-color css

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

 span { border-color: rgb(186,115,131); }

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