#B4737F

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

Shades of Tapestry #B4737F

Tints of Tapestry #B4737F

Color information

#B4737F (or 0xB4737F) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 7F. RGB value is (180,115,127). Sum of RGB (Red+Green+Blue) = 180+115+127=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4737F is #4B8C80. Grayscale: #878787. Windows color (decimal): -4951169 or 8352692. OLE color: 8352692.

HSL color Cylindrical-coordinate representation of color #B4737F: hue angle of 348.92º 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 #B4737F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180115127-
CMYK00.360.290.29
HSL348.92º30.23%57.84%-
HSV(B)348.92º36.11%70.59%-
XYZ28.7823.523.1-
YUV135.8123.03159.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 127 (50% from 255) = 30.09%
R=42.65%
G=27.25%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011512700.360.290.29348.9230.2357.84
HexB4737F0241D1D15d1e3a
Octal26416317704435355353672
Binary10110100111001111111110100100111011110110101110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4737F; }

 p { color: rgb(180,115,127); }

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

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

 a { background-color: rgb(180,115,127); }

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

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

 span { border-color: rgb(180,115,127); }

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