Html Css Color HEX #B16490 Tapestry

📋 copy color: '#B16490'

red 177 ◦ green 100 ◦ blue 144

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

Shades of Tapestry #B16490

Tints of Tapestry #B16490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.2%

R = 42.04%
G = 23.75%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B16490 (or 0xB16490) is known color: Tapestry. HEX triplet: B1, 64 and 90. RGB value is (177,100,144). Sum of RGB (Red+Green+Blue) = 177+100+144=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B16490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16490 is #4E9B6F. Grayscale: #7F7F7F. Windows color (decimal): -5151600 or 9462961. OLE color: 9462961.

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

Color convert

RGB 177 100 144 -
CMYK 0 0.44 0.19 0.31
HSL 325.71º 0.33% 0.54% -
HSV(B) 325.71º 0.44% 0.69% -
XYZ 27.72 20.48 28.88 -
YUV 128.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 177 100 144 0 0.44 0.19 0.31 325.71 0.33 0.54
Hex B1 64 90 0 2C 13 1F 146 21 36
Octal 261 144 220 0 54 23 37 506 41 66
Binary 10110001 1100100 10010000 0 101100 10011 11111 101000110 100001 110110

Color Harmonies of #B16490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16490

Black with #B16490

Text Example


Text Example

White with #B16490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16490; }

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

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

background-color css

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

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

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

border-color css

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

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

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