#B4727D

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

Shades of Tapestry #B4727D

Tints of Tapestry #B4727D

Color information

#B4727D (or 0xB4727D) is unknown color: approx Tapestry. HEX triplet: B4, 72 and 7D. RGB value is (180,114,125). Sum of RGB (Red+Green+Blue) = 180+114+125=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4727D is #4B8D82. Grayscale: #878787. Windows color (decimal): -4951427 or 8221364. OLE color: 8221364.

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

Color convert

RGB180114125-
CMYK00.370.310.29
HSL350º30.56%57.65%-
HSV(B)350º36.67%70.59%-
XYZ28.5423.2222.38-
YUV134.99122.37160.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=42.96%
G=27.21%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011412500.370.310.2935030.5657.65
HexB4727D0251F1D15e1f3a
Octal26416217504537355363772
Binary10110100111001011111010100101111111110110101111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4727D; }

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

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

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

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

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

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

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

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