Html Css Color HEX #BA7083 Tapestry

📋 copy color: '#BA7083'

red 186 ◦ green 112 ◦ blue 131

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

Shades of Tapestry #BA7083

Tints of Tapestry #BA7083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

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

R = 43.36%
G = 26.11%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA7083 (or 0xBA7083) is known color: Tapestry. HEX triplet: BA, 70 and 83. RGB value is (186,112,131). Sum of RGB (Red+Green+Blue) = 186+112+131=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7083 is #458F7C. Grayscale: #888888. Windows color (decimal): -4558717 or 8614074. OLE color: 8614074.

HSL color Cylindrical-coordinate representation of color #BA7083: hue angle of 344.59º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7083 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 112 131 -
CMYK 0 0.40 0.30 0.27
HSL 344.59º 0.35% 0.58% -
HSV(B) 344.59º 0.4% 0.73% -
XYZ 30.14 23.67 24.45 -
YUV 136.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 186 112 131 0 0.40 0.30 0.27 344.59 0.35 0.58
Hex BA 70 83 0 28 1E 1B 159 23 3A
Octal 272 160 203 0 50 36 33 531 43 72
Binary 10111010 1110000 10000011 0 101000 11110 11011 101011001 100011 111010

Color Harmonies of #BA7083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7083

Black with #BA7083

Text Example


Text Example

White with #BA7083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7083; }

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

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

background-color css

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

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

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

border-color css

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

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

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