#B37F92

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

Shades of Tapestry #B37F92

Tints of Tapestry #B37F92

Color information

#B37F92 (or 0xB37F92) is unknown color: approx Tapestry. HEX triplet: B3, 7F and 92. RGB value is (179,127,146). Sum of RGB (Red+Green+Blue) = 179+127+146=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F92 is #4C806D. Grayscale: #909090. Windows color (decimal): -5013614 or 9600947. OLE color: 9600947.

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

Color convert

RGB179127146-
CMYK00.290.180.30
HSL338.08º25.49%60%-
HSV(B)338.08º29.05%70.2%-
XYZ31.3726.8430.72-
YUV144.71128.73152.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 127 (50% from 255) = 28.10%
BLUE value IS 146 (57.42% from 255) = 32.30%
R=39.60%
G=28.10%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912714600.290.180.30338.0825.4960
HexB37F9201D121E152193c
Octal26317722203522365223174
Binary10110011111111110010010011101100101111010101001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37F92; }

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

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

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

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

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

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

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

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