Html Css Color HEX #B17480 Tapestry

📋 copy color: '#B17480'

red 177 ◦ green 116 ◦ blue 128

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

Shades of Tapestry #B17480

Tints of Tapestry #B17480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.55%

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

R = 42.04%
G = 27.55%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B17480 (or 0xB17480) is known color: Tapestry. HEX triplet: B1, 74 and 80. RGB value is (177,116,128). Sum of RGB (Red+Green+Blue) = 177+116+128=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B17480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17480 is #4E8B7F. Grayscale: #878787. Windows color (decimal): -5147520 or 8418481. OLE color: 8418481.

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

Color convert

RGB 177 116 128 -
CMYK 0 0.34 0.28 0.31
HSL 348.2º 0.28% 0.57% -
HSV(B) 348.2º 0.34% 0.69% -
XYZ 28.27 23.4 23.45 -
YUV 135.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 177 116 128 0 0.34 0.28 0.31 348.2 0.28 0.57
Hex B1 74 80 0 22 1C 1F 15C 1C 39
Octal 261 164 200 0 42 34 37 534 34 71
Binary 10110001 1110100 10000000 0 100010 11100 11111 101011100 11100 111001

Color Harmonies of #B17480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17480

Black with #B17480

Text Example


Text Example

White with #B17480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17480; }

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

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

background-color css

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

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

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

border-color css

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

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

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