Html Css Color HEX #B16390 Tapestry

📋 copy color: '#B16390'

red 177 ◦ green 99 ◦ blue 144

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

Shades of Tapestry #B16390

Tints of Tapestry #B16390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.57%

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

R = 42.14%
G = 23.57%
B = 34.29%

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

#B16390 (or 0xB16390) is known color: Tapestry. HEX triplet: B1, 63 and 90. RGB value is (177,99,144). Sum of RGB (Red+Green+Blue) = 177+99+144=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B16390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16390 is #4E9C6F. Grayscale: #7F7F7F. Windows color (decimal): -5151856 or 9462705. OLE color: 9462705.

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

Color convert

RGB 177 99 144 -
CMYK 0 0.44 0.19 0.31
HSL 325.38º 0.33% 0.54% -
HSV(B) 325.38º 0.44% 0.69% -
XYZ 27.63 20.28 28.84 -
YUV 127.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 177 99 144 0 0.44 0.19 0.31 325.38 0.33 0.54
Hex B1 63 90 0 2C 13 1F 145 21 36
Octal 261 143 220 0 54 23 37 505 41 66
Binary 10110001 1100011 10010000 0 101100 10011 11111 101000101 100001 110110

Color Harmonies of #B16390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16390

Black with #B16390

Text Example


Text Example

White with #B16390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16390; }

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

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

background-color css

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

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

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

border-color css

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

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

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