#B37892

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

Shades of Tapestry #B37892

Tints of Tapestry #B37892

Color information

#B37892 (or 0xB37892) is unknown color: approx Tapestry. HEX triplet: B3, 78 and 92. RGB value is (179,120,146). Sum of RGB (Red+Green+Blue) = 179+120+146=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B37892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37892 is #4C876D. Grayscale: #8C8C8C. Windows color (decimal): -5015406 or 9599155. OLE color: 9599155.

HSL color Cylindrical-coordinate representation of color #B37892: hue angle of 333.56º 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 #B37892 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB179120146-
CMYK00.330.180.30
HSL333.56º27.96%58.63%-
HSV(B)333.56º32.96%70.2%-
XYZ30.525.0930.43-
YUV140.6131.05155.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 120 (47.27% from 255) = 26.97%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=40.22%
G=26.97%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912014600.330.180.30333.5627.9658.63
HexB37892021121E14e1c3b
Octal26317022204122365163473
Binary101100111111000100100100100001100101111010100111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37892; }

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

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

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

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

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

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

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

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