Html Css Color HEX #B1648D Tapestry

📋 copy color: '#B1648D'

red 177 ◦ green 100 ◦ blue 141

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

Shades of Tapestry #B1648D

Tints of Tapestry #B1648D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 42.34%
G = 23.92%
B = 33.73%

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

#B1648D (or 0xB1648D) is known color: Tapestry. HEX triplet: B1, 64 and 8D. RGB value is (177,100,141). Sum of RGB (Red+Green+Blue) = 177+100+141=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1648D is #4E9B72. Grayscale: #7F7F7F. Windows color (decimal): -5151603 or 9266353. OLE color: 9266353.

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

Color convert

RGB 177 100 141 -
CMYK 0 0.44 0.20 0.31
HSL 328.05º 0.33% 0.54% -
HSV(B) 328.05º 0.44% 0.69% -
XYZ 27.5 20.38 27.68 -
YUV 127.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 177 100 141 0 0.44 0.20 0.31 328.05 0.33 0.54
Hex B1 64 8D 0 2C 14 1F 148 21 36
Octal 261 144 215 0 54 24 37 510 41 66
Binary 10110001 1100100 10001101 0 101100 10100 11111 101001000 100001 110110

Color Harmonies of #B1648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1648D

Black with #B1648D

Text Example


Text Example

White with #B1648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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