Html Css Color HEX #B16180 Tapestry

📋 copy color: '#B16180'

red 177 ◦ green 97 ◦ blue 128

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

Shades of Tapestry #B16180

Tints of Tapestry #B16180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.13%

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

R = 44.03%
G = 24.13%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B16180 (or 0xB16180) is known color: Tapestry. HEX triplet: B1, 61 and 80. RGB value is (177,97,128). Sum of RGB (Red+Green+Blue) = 177+97+128=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B16180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16180 is #4E9E7F. Grayscale: #7C7C7C. Windows color (decimal): -5152384 or 8413617. OLE color: 8413617.

HSL color Cylindrical-coordinate representation of color #B16180: hue angle of 336.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16180 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 97 128 -
CMYK 0 0.45 0.28 0.31
HSL 336.75º 0.34% 0.54% -
HSV(B) 336.75º 0.45% 0.69% -
XYZ 26.3 19.46 22.79 -
YUV 124.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 177 97 128 0 0.45 0.28 0.31 336.75 0.34 0.54
Hex B1 61 80 0 2D 1C 1F 151 22 36
Octal 261 141 200 0 55 34 37 521 42 66
Binary 10110001 1100001 10000000 0 101101 11100 11111 101010001 100010 110110

Color Harmonies of #B16180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16180

Black with #B16180

Text Example


Text Example

White with #B16180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16180; }

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

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

background-color css

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

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

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

border-color css

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

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

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