Html Css Color HEX #B3647E Tapestry

📋 copy color: '#B3647E'

red 179 ◦ green 100 ◦ blue 126

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

Shades of Tapestry #B3647E

Tints of Tapestry #B3647E

RGB

 RED value IS 179 (70.31% from 255) = 44.2%

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

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 44.2%
G = 24.69%
B = 31.11%

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

#B3647E (or 0xB3647E) is known color: Tapestry. HEX triplet: B3, 64 and 7E. RGB value is (179,100,126). Sum of RGB (Red+Green+Blue) = 179+100+126=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3647E is #4C9B81. Grayscale: #7E7E7E. Windows color (decimal): -5020546 or 8283315. OLE color: 8283315.

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

Color convert

RGB 179 100 126 -
CMYK 0 0.44 0.30 0.30
HSL 340.25º 0.34% 0.55% -
HSV(B) 340.25º 0.44% 0.7% -
XYZ 26.91 20.2 22.22 -
YUV 126.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 179 100 126 0 0.44 0.30 0.30 340.25 0.34 0.55
Hex B3 64 7E 0 2C 1E 1E 154 22 37
Octal 263 144 176 0 54 36 36 524 42 67
Binary 10110011 1100100 1111110 0 101100 11110 11110 101010100 100010 110111

Color Harmonies of #B3647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3647E

Black with #B3647E

Text Example


Text Example

White with #B3647E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3647E; }

 p { color: rgb(179,100,126); }

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

background-color css

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

 a { background-color: rgb(179,100,126); }

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

border-color css

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

 span { border-color: rgb(179,100,126); }

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