#B4757E

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

Shades of Tapestry #B4757E

Tints of Tapestry #B4757E

Color information

#B4757E (or 0xB4757E) is unknown color: approx Tapestry. HEX triplet: B4, 75 and 7E. RGB value is (180,117,126). Sum of RGB (Red+Green+Blue) = 180+117+126=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4757E is #4B8A81. Grayscale: #888888. Windows color (decimal): -4950658 or 8287668. OLE color: 8287668.

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

Color convert

RGB180117126-
CMYK00.350.30.29
HSL351.43º29.58%58.24%-
HSV(B)351.43º35%70.59%-
XYZ28.9523.9322.83-
YUV136.86121.87158.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=42.55%
G=27.66%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011712600.350.30.29351.4329.5858.24
HexB4757E0231E1D15f1e3a
Octal26416517604336355373672
Binary10110100111010111111100100011111101110110101111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4757E; }

 p { color: rgb(180,117,126); }

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

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

 a { background-color: rgb(180,117,126); }

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

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

 span { border-color: rgb(180,117,126); }

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