#B4727E

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

Shades of Tapestry #B4727E

Tints of Tapestry #B4727E

Color information

#B4727E (or 0xB4727E) is unknown color: approx Tapestry. HEX triplet: B4, 72 and 7E. RGB value is (180,114,126). Sum of RGB (Red+Green+Blue) = 180+114+126=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4727E is #4B8D81. Grayscale: #878787. Windows color (decimal): -4951426 or 8286900. OLE color: 8286900.

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

Color convert

RGB180114126-
CMYK00.370.30.29
HSL349.09º30.56%57.65%-
HSV(B)349.09º36.67%70.59%-
XYZ28.6123.2422.72-
YUV135.1122.87160.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 126 (49.61% from 255) = 30%
R=42.86%
G=27.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011412600.370.30.29349.0930.5657.65
HexB4727E0251E1D15d1f3a
Octal26416217604536355353772
Binary10110100111001011111100100101111101110110101110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4727E; }

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

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

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

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

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

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

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

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