#B37883

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

Shades of Tapestry #B37883

Tints of Tapestry #B37883

Color information

#B37883 (or 0xB37883) is unknown color: approx Tapestry. HEX triplet: B3, 78 and 83. RGB value is (179,120,131). Sum of RGB (Red+Green+Blue) = 179+120+131=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B37883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37883 is #4C877C. Grayscale: #8A8A8A. Windows color (decimal): -5015421 or 8616115. OLE color: 8616115.

HSL color Cylindrical-coordinate representation of color #B37883: hue angle of 348.81º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B37883 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB179120131-
CMYK00.330.270.30
HSL348.81º27.96%58.63%-
HSV(B)348.81º32.96%70.2%-
XYZ29.424.6624.68-
YUV138.9123.55156.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 120 (47.27% from 255) = 27.91%
BLUE value IS 131 (51.56% from 255) = 30.47%
R=41.63%
G=27.91%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912013100.330.270.30348.8127.9658.63
HexB378830211B1E15d1c3b
Octal26317020304133365353473
Binary101100111111000100000110100001110111111010101110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37883; }

 p { color: rgb(179,120,131); }

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

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

 a { background-color: rgb(179,120,131); }

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

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

 span { border-color: rgb(179,120,131); }

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