#B17483

Color #B17483 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B17483

Tints of Tapestry #B17483

Color information

#B17483 (or 0xB17483) is unknown color: approx Tapestry. HEX triplet: B1, 74 and 83. RGB value is (177,116,131). Sum of RGB (Red+Green+Blue) = 177+116+131=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B17483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17483 is #4E8B7C. Grayscale: #878787. Windows color (decimal): -5147517 or 8615089. OLE color: 8615089.

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

Color convert

RGB177116131-
CMYK00.340.260.31
HSL345.25º28.11%57.45%-
HSV(B)345.25º34.46%69.41%-
XYZ28.4723.4824.5-
YUV135.95125.21157.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=41.75%
G=27.36%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711613100.340.260.31345.2528.1157.45
HexB174830221A1F1591c39
Octal26116420304232375313471
Binary101100011110100100000110100010110101111110101100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17483; }

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

 H1.HeaderClassName
 {
   color: #B17483;
 }
 .AnyTagClassName
 {
   color: #B17483;
 }
</style>
background-color css

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

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

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

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

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

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