Html Css Color HEX #B16580 Tapestry

📋 copy color: '#B16580'

red 177 ◦ green 101 ◦ blue 128

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

Shades of Tapestry #B16580

Tints of Tapestry #B16580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.88%

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

R = 43.6%
G = 24.88%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B16580 (or 0xB16580) is known color: Tapestry. HEX triplet: B1, 65 and 80. RGB value is (177,101,128). Sum of RGB (Red+Green+Blue) = 177+101+128=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B16580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16580 is #4E9A7F. Grayscale: #7E7E7E. Windows color (decimal): -5151360 or 8414641. OLE color: 8414641.

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

Color convert

RGB 177 101 128 -
CMYK 0 0.43 0.28 0.31
HSL 338.68º 0.33% 0.55% -
HSV(B) 338.68º 0.43% 0.69% -
XYZ 26.68 20.21 22.92 -
YUV 126.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 177 101 128 0 0.43 0.28 0.31 338.68 0.33 0.55
Hex B1 65 80 0 2B 1C 1F 153 21 37
Octal 261 145 200 0 53 34 37 523 41 67
Binary 10110001 1100101 10000000 0 101011 11100 11111 101010011 100001 110111

Color Harmonies of #B16580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16580

Black with #B16580

Text Example


Text Example

White with #B16580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16580; }

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

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

background-color css

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

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

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

border-color css

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

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

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