Html Css Color HEX #B16990 Tapestry

📋 copy color: '#B16990'

red 177 ◦ green 105 ◦ blue 144

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

Shades of Tapestry #B16990

Tints of Tapestry #B16990

RGB

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

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

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

R = 41.55%
G = 24.65%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B16990 (or 0xB16990) is known color: Tapestry. HEX triplet: B1, 69 and 90. RGB value is (177,105,144). Sum of RGB (Red+Green+Blue) = 177+105+144=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B16990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16990 is #4E966F. Grayscale: #828282. Windows color (decimal): -5150320 or 9464241. OLE color: 9464241.

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

Color convert

RGB 177 105 144 -
CMYK 0 0.41 0.19 0.31
HSL 327.5º 0.32% 0.55% -
HSV(B) 327.5º 0.41% 0.69% -
XYZ 28.22 21.46 29.04 -
YUV 130.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 177 105 144 0 0.41 0.19 0.31 327.5 0.32 0.55
Hex B1 69 90 0 29 13 1F 148 20 37
Octal 261 151 220 0 51 23 37 510 40 67
Binary 10110001 1101001 10010000 0 101001 10011 11111 101001000 100000 110111

Color Harmonies of #B16990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16990

Black with #B16990

Text Example


Text Example

White with #B16990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16990; }

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

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

background-color css

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

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

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

border-color css

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

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

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