Html Css Color HEX #B1648E Tapestry

📋 copy color: '#B1648E'

red 177 ◦ green 100 ◦ blue 142

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

Shades of Tapestry #B1648E

Tints of Tapestry #B1648E

RGB

 RED value IS 177 (69.53% from 255) = 42.24%

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

 BLUE value IS 142 (55.86% from 255) = 33.89%

R = 42.24%
G = 23.87%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1648E (or 0xB1648E) is known color: Tapestry. HEX triplet: B1, 64 and 8E. RGB value is (177,100,142). Sum of RGB (Red+Green+Blue) = 177+100+142=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1648E is #4E9B71. Grayscale: #7F7F7F. Windows color (decimal): -5151602 or 9331889. OLE color: 9331889.

HSL color Cylindrical-coordinate representation of color #B1648E: hue angle of 327.27º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1648E is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 100 142 -
CMYK 0 0.44 0.20 0.31
HSL 327.27º 0.33% 0.54% -
HSV(B) 327.27º 0.44% 0.69% -
XYZ 27.57 20.41 28.08 -
YUV 127.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 177 100 142 0 0.44 0.20 0.31 327.27 0.33 0.54
Hex B1 64 8E 0 2C 14 1F 147 21 36
Octal 261 144 216 0 54 24 37 507 41 66
Binary 10110001 1100100 10001110 0 101100 10100 11111 101000111 100001 110110

Color Harmonies of #B1648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1648E

Black with #B1648E

Text Example


Text Example

White with #B1648E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1648E; }

 p { color: rgb(177,100,142); }

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

background-color css

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

 a { background-color: rgb(177,100,142); }

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

border-color css

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

 span { border-color: rgb(177,100,142); }

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