#B37492

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

Shades of Tapestry #B37492

Tints of Tapestry #B37492

Color information

#B37492 (or 0xB37492) is unknown color: approx Tapestry. HEX triplet: B3, 74 and 92. RGB value is (179,116,146). Sum of RGB (Red+Green+Blue) = 179+116+146=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B37492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37492 is #4C8B6D. Grayscale: #8A8A8A. Windows color (decimal): -5016430 or 9598131. OLE color: 9598131.

HSL color Cylindrical-coordinate representation of color #B37492: hue angle of 331.43º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B37492 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB179116146-
CMYK00.350.180.30
HSL331.43º29.3%57.84%-
HSV(B)331.43º35.2%70.2%-
XYZ30.0224.1530.27-
YUV138.26132.37157.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 116 (45.70% from 255) = 26.30%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=40.59%
G=26.30%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911614600.350.180.30331.4329.357.84
HexB37492023121E14b1d3a
Octal26316422204322365133572
Binary101100111110100100100100100011100101111010100101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37492; }

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

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

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

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

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

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

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

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