Html Css Color HEX #B6647C Tapestry

📋 copy color: '#B6647C'

red 182 ◦ green 100 ◦ blue 124

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

Shades of Tapestry #B6647C

Tints of Tapestry #B6647C

RGB

 RED value IS 182 (71.48% from 255) = 44.83%

 GREEN value IS 100 (39.45% from 255) = 24.63%

 BLUE value IS 124 (48.83% from 255) = 30.54%

R = 44.83%
G = 24.63%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6647C (or 0xB6647C) is known color: Tapestry. HEX triplet: B6, 64 and 7C. RGB value is (182,100,124). Sum of RGB (Red+Green+Blue) = 182+100+124=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6647C is #499B83. Grayscale: #7F7F7F. Windows color (decimal): -4823940 or 8152246. OLE color: 8152246.

HSL color Cylindrical-coordinate representation of color #B6647C: hue angle of 342.44º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6647C is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 100 124 -
CMYK 0 0.45 0.32 0.29
HSL 342.44º 0.36% 0.55% -
HSV(B) 342.44º 0.45% 0.71% -
XYZ 27.49 20.51 21.58 -
YUV 127.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 182 100 124 0 0.45 0.32 0.29 342.44 0.36 0.55
Hex B6 64 7C 0 2D 20 1D 156 24 37
Octal 266 144 174 0 55 40 35 526 44 67
Binary 10110110 1100100 1111100 0 101101 100000 11101 101010110 100100 110111

Color Harmonies of #B6647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6647C

Black with #B6647C

Text Example


Text Example

White with #B6647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6647C; }

 p { color: rgb(182,100,124); }

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

background-color css

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

 a { background-color: rgb(182,100,124); }

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

border-color css

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

 span { border-color: rgb(182,100,124); }

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