Html Css Color HEX #BA7683 Tapestry

📋 copy color: '#BA7683'

red 186 ◦ green 118 ◦ blue 131

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

Shades of Tapestry #BA7683

Tints of Tapestry #BA7683

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

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

R = 42.76%
G = 27.13%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA7683 (or 0xBA7683) is known color: Tapestry. HEX triplet: BA, 76 and 83. RGB value is (186,118,131). Sum of RGB (Red+Green+Blue) = 186+118+131=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7683 is #45897C. Grayscale: #8B8B8B. Windows color (decimal): -4557181 or 8615610. OLE color: 8615610.

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

Color convert

RGB 186 118 131 -
CMYK 0 0.37 0.30 0.27
HSL 348.53º 0.33% 0.6% -
HSV(B) 348.53º 0.37% 0.73% -
XYZ 30.82 25.03 24.68 -
YUV 139.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 186 118 131 0 0.37 0.30 0.27 348.53 0.33 0.6
Hex BA 76 83 0 25 1E 1B 15D 21 3C
Octal 272 166 203 0 45 36 33 535 41 74
Binary 10111010 1110110 10000011 0 100101 11110 11011 101011101 100001 111100

Color Harmonies of #BA7683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7683

Black with #BA7683

Text Example


Text Example

White with #BA7683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7683; }

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

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

background-color css

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

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

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

border-color css

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

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

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