Html Css Color HEX #BA6B82 Tapestry

📋 copy color: '#BA6B82'

red 186 ◦ green 107 ◦ blue 130

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

Shades of Tapestry #BA6B82

Tints of Tapestry #BA6B82

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

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

R = 43.97%
G = 25.3%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA6B82 (or 0xBA6B82) is known color: Tapestry. HEX triplet: BA, 6B and 82. RGB value is (186,107,130). Sum of RGB (Red+Green+Blue) = 186+107+130=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B82 is #45947D. Grayscale: #858585. Windows color (decimal): -4559998 or 8547258. OLE color: 8547258.

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

Color convert

RGB 186 107 130 -
CMYK 0 0.42 0.30 0.27
HSL 342.53º 0.36% 0.57% -
HSV(B) 342.53º 0.42% 0.73% -
XYZ 29.54 22.57 23.92 -
YUV 133.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 186 107 130 0 0.42 0.30 0.27 342.53 0.36 0.57
Hex BA 6B 82 0 2A 1E 1B 157 24 39
Octal 272 153 202 0 52 36 33 527 44 71
Binary 10111010 1101011 10000010 0 101010 11110 11011 101010111 100100 111001

Color Harmonies of #BA6B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B82

Black with #BA6B82

Text Example


Text Example

White with #BA6B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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