#B4747E

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

Shades of Tapestry #B4747E

Tints of Tapestry #B4747E

Color information

#B4747E (or 0xB4747E) is unknown color: approx Tapestry. HEX triplet: B4, 74 and 7E. RGB value is (180,116,126). Sum of RGB (Red+Green+Blue) = 180+116+126=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4747E is #4B8B81. Grayscale: #888888. Windows color (decimal): -4950914 or 8287412. OLE color: 8287412.

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

Color convert

RGB180116126-
CMYK00.360.30.29
HSL350.62º29.91%58.04%-
HSV(B)350.62º35.56%70.59%-
XYZ28.8323.722.79-
YUV136.28122.2159.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=42.65%
G=27.49%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011612600.360.30.29350.6229.9158.04
HexB4747E0241E1D15f1e3a
Octal26416417604436355373672
Binary10110100111010011111100100100111101110110101111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4747E; }

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

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

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

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

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

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

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

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