Html Css Color HEX #B16690 Tapestry

📋 copy color: '#B16690'

red 177 ◦ green 102 ◦ blue 144

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

Shades of Tapestry #B16690

Tints of Tapestry #B16690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.11%

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

R = 41.84%
G = 24.11%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B16690 (or 0xB16690) is known color: Tapestry. HEX triplet: B1, 66 and 90. RGB value is (177,102,144). Sum of RGB (Red+Green+Blue) = 177+102+144=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B16690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16690 is #4E996F. Grayscale: #818181. Windows color (decimal): -5151088 or 9463473. OLE color: 9463473.

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

Color convert

RGB 177 102 144 -
CMYK 0 0.42 0.19 0.31
HSL 326.4º 0.32% 0.55% -
HSV(B) 326.4º 0.42% 0.69% -
XYZ 27.92 20.86 28.94 -
YUV 129.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 177 102 144 0 0.42 0.19 0.31 326.4 0.32 0.55
Hex B1 66 90 0 2A 13 1F 146 20 37
Octal 261 146 220 0 52 23 37 506 40 67
Binary 10110001 1100110 10010000 0 101010 10011 11111 101000110 100000 110111

Color Harmonies of #B16690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16690

Black with #B16690

Text Example


Text Example

White with #B16690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16690; }

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

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

background-color css

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

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

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

border-color css

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

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

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