#B4767F

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

Shades of Tapestry #B4767F

Tints of Tapestry #B4767F

Color information

#B4767F (or 0xB4767F) is unknown color: approx Tapestry. HEX triplet: B4, 76 and 7F. RGB value is (180,118,127). Sum of RGB (Red+Green+Blue) = 180+118+127=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4767F is #4B8980. Grayscale: #898989. Windows color (decimal): -4950401 or 8353460. OLE color: 8353460.

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

Color convert

RGB180118127-
CMYK00.340.290.29
HSL351.29º29.25%58.43%-
HSV(B)351.29º34.44%70.59%-
XYZ29.1324.1923.21-
YUV137.56122.04158.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 127 (50% from 255) = 29.88%
R=42.35%
G=27.76%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011812700.340.290.29351.2929.2558.43
HexB4767F0221D1D15f1d3a
Octal26416617704235355373572
Binary10110100111011011111110100010111011110110101111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4767F; }

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

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

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

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

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

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

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

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