Html Css Color HEX #B16488 Tapestry

📋 copy color: '#B16488'

red 177 ◦ green 100 ◦ blue 136

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

Shades of Tapestry #B16488

Tints of Tapestry #B16488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 42.86%
G = 24.21%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B16488 (or 0xB16488) is known color: Tapestry. HEX triplet: B1, 64 and 88. RGB value is (177,100,136). Sum of RGB (Red+Green+Blue) = 177+100+136=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B16488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16488 is #4E9B77. Grayscale: #7F7F7F. Windows color (decimal): -5151608 or 8938673. OLE color: 8938673.

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

Color convert

RGB 177 100 136 -
CMYK 0 0.44 0.23 0.31
HSL 331.95º 0.33% 0.54% -
HSV(B) 331.95º 0.44% 0.69% -
XYZ 27.13 20.24 25.77 -
YUV 127.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 177 100 136 0 0.44 0.23 0.31 331.95 0.33 0.54
Hex B1 64 88 0 2C 17 1F 14C 21 36
Octal 261 144 210 0 54 27 37 514 41 66
Binary 10110001 1100100 10001000 0 101100 10111 11111 101001100 100001 110110

Color Harmonies of #B16488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16488

Black with #B16488

Text Example


Text Example

White with #B16488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16488; }

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

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

background-color css

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

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

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

border-color css

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

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

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