Html Css Color HEX #B16480 Tapestry

📋 copy color: '#B16480'

red 177 ◦ green 100 ◦ blue 128

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

Shades of Tapestry #B16480

Tints of Tapestry #B16480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 43.7%
G = 24.69%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B16480 (or 0xB16480) is known color: Tapestry. HEX triplet: B1, 64 and 80. RGB value is (177,100,128). Sum of RGB (Red+Green+Blue) = 177+100+128=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B16480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16480 is #4E9B7F. Grayscale: #7E7E7E. Windows color (decimal): -5151616 or 8414385. OLE color: 8414385.

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

Color convert

RGB 177 100 128 -
CMYK 0 0.44 0.28 0.31
HSL 338.18º 0.33% 0.54% -
HSV(B) 338.18º 0.44% 0.69% -
XYZ 26.58 20.02 22.89 -
YUV 126.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 177 100 128 0 0.44 0.28 0.31 338.18 0.33 0.54
Hex B1 64 80 0 2C 1C 1F 152 21 36
Octal 261 144 200 0 54 34 37 522 41 66
Binary 10110001 1100100 10000000 0 101100 11100 11111 101010010 100001 110110

Color Harmonies of #B16480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16480

Black with #B16480

Text Example


Text Example

White with #B16480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16480; }

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

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

background-color css

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

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

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

border-color css

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

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

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