Html Css Color HEX #B2647C Tapestry

📋 copy color: '#B2647C'

red 178 ◦ green 100 ◦ blue 124

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

Shades of Tapestry #B2647C

Tints of Tapestry #B2647C

RGB

 RED value IS 178 (69.92% from 255) = 44.28%

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

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

R = 44.28%
G = 24.88%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2647C (or 0xB2647C) is known color: Tapestry. HEX triplet: B2, 64 and 7C. RGB value is (178,100,124). Sum of RGB (Red+Green+Blue) = 178+100+124=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2647C is #4D9B83. Grayscale: #7E7E7E. Windows color (decimal): -5086084 or 8152242. OLE color: 8152242.

HSL color Cylindrical-coordinate representation of color #B2647C: hue angle of 341.54º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2647C is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 100 124 -
CMYK 0 0.44 0.30 0.30
HSL 341.54º 0.34% 0.55% -
HSV(B) 341.54º 0.44% 0.7% -
XYZ 26.56 20.03 21.54 -
YUV 126.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 178 100 124 0 0.44 0.30 0.30 341.54 0.34 0.55
Hex B2 64 7C 0 2C 1E 1E 156 22 37
Octal 262 144 174 0 54 36 36 526 42 67
Binary 10110010 1100100 1111100 0 101100 11110 11110 101010110 100010 110111

Color Harmonies of #B2647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2647C

Black with #B2647C

Text Example


Text Example

White with #B2647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2647C; }

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

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

background-color css

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

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

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

border-color css

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

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

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