Html Css Color HEX #B16680 Tapestry

📋 copy color: '#B16680'

red 177 ◦ green 102 ◦ blue 128

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

Shades of Tapestry #B16680

Tints of Tapestry #B16680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.06%

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

R = 43.49%
G = 25.06%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B16680 (or 0xB16680) is known color: Tapestry. HEX triplet: B1, 66 and 80. RGB value is (177,102,128). Sum of RGB (Red+Green+Blue) = 177+102+128=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B16680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16680 is #4E997F. Grayscale: #7F7F7F. Windows color (decimal): -5151104 or 8414897. OLE color: 8414897.

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

Color convert

RGB 177 102 128 -
CMYK 0 0.42 0.28 0.31
HSL 339.2º 0.32% 0.55% -
HSV(B) 339.2º 0.42% 0.69% -
XYZ 26.78 20.41 22.95 -
YUV 127.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 177 102 128 0 0.42 0.28 0.31 339.2 0.32 0.55
Hex B1 66 80 0 2A 1C 1F 153 20 37
Octal 261 146 200 0 52 34 37 523 40 67
Binary 10110001 1100110 10000000 0 101010 11100 11111 101010011 100000 110111

Color Harmonies of #B16680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16680

Black with #B16680

Text Example


Text Example

White with #B16680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16680; }

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

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

background-color css

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

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

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

border-color css

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

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

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