Html Css Color HEX #BA7783 Tapestry

📋 copy color: '#BA7783'

red 186 ◦ green 119 ◦ blue 131

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

Shades of Tapestry #BA7783

Tints of Tapestry #BA7783

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.29%

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

R = 42.66%
G = 27.29%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA7783 (or 0xBA7783) is known color: Tapestry. HEX triplet: BA, 77 and 83. RGB value is (186,119,131). Sum of RGB (Red+Green+Blue) = 186+119+131=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7783 is #45887C. Grayscale: #8C8C8C. Windows color (decimal): -4556925 or 8615866. OLE color: 8615866.

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

Color convert

RGB 186 119 131 -
CMYK 0 0.36 0.30 0.27
HSL 349.25º 0.33% 0.6% -
HSV(B) 349.25º 0.36% 0.73% -
XYZ 30.94 25.27 24.72 -
YUV 140.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 186 119 131 0 0.36 0.30 0.27 349.25 0.33 0.6
Hex BA 77 83 0 24 1E 1B 15D 21 3C
Octal 272 167 203 0 44 36 33 535 41 74
Binary 10111010 1110111 10000011 0 100100 11110 11011 101011101 100001 111100

Color Harmonies of #BA7783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7783

Black with #BA7783

Text Example


Text Example

White with #BA7783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7783; }

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

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

background-color css

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

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

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

border-color css

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

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

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