Html Css Color HEX #B17280 Tapestry

📋 copy color: '#B17280'

red 177 ◦ green 114 ◦ blue 128

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

Shades of Tapestry #B17280

Tints of Tapestry #B17280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.21%

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

R = 42.24%
G = 27.21%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B17280 (or 0xB17280) is known color: Tapestry. HEX triplet: B1, 72 and 80. RGB value is (177,114,128). Sum of RGB (Red+Green+Blue) = 177+114+128=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B17280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17280 is #4E8D7F. Grayscale: #868686. Windows color (decimal): -5148032 or 8417969. OLE color: 8417969.

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

Color convert

RGB 177 114 128 -
CMYK 0 0.36 0.28 0.31
HSL 346.67º 0.29% 0.57% -
HSV(B) 346.67º 0.36% 0.69% -
XYZ 28.05 22.94 23.37 -
YUV 134.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 177 114 128 0 0.36 0.28 0.31 346.67 0.29 0.57
Hex B1 72 80 0 24 1C 1F 15B 1D 39
Octal 261 162 200 0 44 34 37 533 35 71
Binary 10110001 1110010 10000000 0 100100 11100 11111 101011011 11101 111001

Color Harmonies of #B17280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17280

Black with #B17280

Text Example


Text Example

White with #B17280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17280; }

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

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

background-color css

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

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

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

border-color css

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

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

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