Html Css Color HEX #B16280 Tapestry

📋 copy color: '#B16280'

red 177 ◦ green 98 ◦ blue 128

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

Shades of Tapestry #B16280

Tints of Tapestry #B16280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.32%

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

R = 43.92%
G = 24.32%
B = 31.76%

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

#B16280 (or 0xB16280) is known color: Tapestry. HEX triplet: B1, 62 and 80. RGB value is (177,98,128). Sum of RGB (Red+Green+Blue) = 177+98+128=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B16280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16280 is #4E9D7F. Grayscale: #7D7D7D. Windows color (decimal): -5152128 or 8413873. OLE color: 8413873.

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

Color convert

RGB 177 98 128 -
CMYK 0 0.45 0.28 0.31
HSL 337.22º 0.34% 0.54% -
HSV(B) 337.22º 0.45% 0.69% -
XYZ 26.4 19.64 22.82 -
YUV 125.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 177 98 128 0 0.45 0.28 0.31 337.22 0.34 0.54
Hex B1 62 80 0 2D 1C 1F 151 22 36
Octal 261 142 200 0 55 34 37 521 42 66
Binary 10110001 1100010 10000000 0 101101 11100 11111 101010001 100010 110110

Color Harmonies of #B16280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16280

Black with #B16280

Text Example


Text Example

White with #B16280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16280; }

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

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

background-color css

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

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

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

border-color css

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

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

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