Html Css Color HEX #B16380 Tapestry

📋 copy color: '#B16380'

red 177 ◦ green 99 ◦ blue 128

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

Shades of Tapestry #B16380

Tints of Tapestry #B16380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.5%

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

R = 43.81%
G = 24.5%
B = 31.68%

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

#B16380 (or 0xB16380) is known color: Tapestry. HEX triplet: B1, 63 and 80. RGB value is (177,99,128). Sum of RGB (Red+Green+Blue) = 177+99+128=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B16380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16380 is #4E9C7F. Grayscale: #7D7D7D. Windows color (decimal): -5151872 or 8414129. OLE color: 8414129.

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

Color convert

RGB 177 99 128 -
CMYK 0 0.44 0.28 0.31
HSL 337.69º 0.33% 0.54% -
HSV(B) 337.69º 0.44% 0.69% -
XYZ 26.49 19.83 22.85 -
YUV 125.63 129.34 164.64 -
System Red Green Blue C M Y K H S L
Decimal 177 99 128 0 0.44 0.28 0.31 337.69 0.33 0.54
Hex B1 63 80 0 2C 1C 1F 152 21 36
Octal 261 143 200 0 54 34 37 522 41 66
Binary 10110001 1100011 10000000 0 101100 11100 11111 101010010 100001 110110

Color Harmonies of #B16380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16380

Black with #B16380

Text Example


Text Example

White with #B16380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16380; }

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

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

background-color css

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

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

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

border-color css

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

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

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