Html Css Color HEX #BA7883 Tapestry

📋 copy color: '#BA7883'

red 186 ◦ green 120 ◦ blue 131

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

Shades of Tapestry #BA7883

Tints of Tapestry #BA7883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.46%

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

R = 42.56%
G = 27.46%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA7883 (or 0xBA7883) is known color: Tapestry. HEX triplet: BA, 78 and 83. RGB value is (186,120,131). Sum of RGB (Red+Green+Blue) = 186+120+131=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7883 is #45877C. Grayscale: #8D8D8D. Windows color (decimal): -4556669 or 8616122. OLE color: 8616122.

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

Color convert

RGB 186 120 131 -
CMYK 0 0.35 0.30 0.27
HSL 350º 0.32% 0.6% -
HSV(B) 350º 0.35% 0.73% -
XYZ 31.06 25.51 24.76 -
YUV 140.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 186 120 131 0 0.35 0.30 0.27 350 0.32 0.6
Hex BA 78 83 0 23 1E 1B 15E 20 3C
Octal 272 170 203 0 43 36 33 536 40 74
Binary 10111010 1111000 10000011 0 100011 11110 11011 101011110 100000 111100

Color Harmonies of #BA7883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7883

Black with #BA7883

Text Example


Text Example

White with #BA7883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7883; }

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

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

background-color css

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

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

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

border-color css

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

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

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