Html Css Color HEX #BA7482 Tapestry

📋 copy color: '#BA7482'

red 186 ◦ green 116 ◦ blue 130

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

Shades of Tapestry #BA7482

Tints of Tapestry #BA7482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.85%

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 43.06%
G = 26.85%
B = 30.09%

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

#BA7482 (or 0xBA7482) is known color: Tapestry. HEX triplet: BA, 74 and 82. RGB value is (186,116,130). Sum of RGB (Red+Green+Blue) = 186+116+130=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7482 is #458B7D. Grayscale: #8A8A8A. Windows color (decimal): -4557694 or 8549562. OLE color: 8549562.

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

Color convert

RGB 186 116 130 -
CMYK 0 0.38 0.30 0.27
HSL 348º 0.34% 0.59% -
HSV(B) 348º 0.38% 0.73% -
XYZ 30.52 24.54 24.25 -
YUV 138.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 186 116 130 0 0.38 0.30 0.27 348 0.34 0.59
Hex BA 74 82 0 26 1E 1B 15C 22 3B
Octal 272 164 202 0 46 36 33 534 42 73
Binary 10111010 1110100 10000010 0 100110 11110 11011 101011100 100010 111011

Color Harmonies of #BA7482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7482

Black with #BA7482

Text Example


Text Example

White with #BA7482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7482; }

 p { color: rgb(186,116,130); }

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

background-color css

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

 a { background-color: rgb(186,116,130); }

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

border-color css

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

 span { border-color: rgb(186,116,130); }

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