Html Css Color HEX #B16991 Tapestry

📋 copy color: '#B16991'

red 177 ◦ green 105 ◦ blue 145

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

Shades of Tapestry #B16991

Tints of Tapestry #B16991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.59%

 BLUE value IS 145 (57.03% from 255) = 33.96%

R = 41.45%
G = 24.59%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B16991 (or 0xB16991) is known color: Tapestry. HEX triplet: B1, 69 and 91. RGB value is (177,105,145). Sum of RGB (Red+Green+Blue) = 177+105+145=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B16991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16991 is #4E966E. Grayscale: #838383. Windows color (decimal): -5150319 or 9529777. OLE color: 9529777.

HSL color Cylindrical-coordinate representation of color #B16991: hue angle of 326.67º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16991 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 105 145 -
CMYK 0 0.41 0.18 0.31
HSL 326.67º 0.32% 0.55% -
HSV(B) 326.67º 0.41% 0.69% -
XYZ 28.29 21.49 29.45 -
YUV 131.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 177 105 145 0 0.41 0.18 0.31 326.67 0.32 0.55
Hex B1 69 91 0 29 12 1F 147 20 37
Octal 261 151 221 0 51 22 37 507 40 67
Binary 10110001 1101001 10010001 0 101001 10010 11111 101000111 100000 110111

Color Harmonies of #B16991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16991

Black with #B16991

Text Example


Text Example

White with #B16991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16991; }

 p { color: rgb(177,105,145); }

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

background-color css

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

 a { background-color: rgb(177,105,145); }

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

border-color css

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

 span { border-color: rgb(177,105,145); }

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