#B4767D

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

Shades of Tapestry #B4767D

Tints of Tapestry #B4767D

Color information

#B4767D (or 0xB4767D) is unknown color: approx Tapestry. HEX triplet: B4, 76 and 7D. RGB value is (180,118,125). Sum of RGB (Red+Green+Blue) = 180+118+125=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4767D is #4B8982. Grayscale: #898989. Windows color (decimal): -4950403 or 8222388. OLE color: 8222388.

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

Color convert

RGB180118125-
CMYK00.340.310.29
HSL353.23º29.25%58.43%-
HSV(B)353.23º34.44%70.59%-
XYZ2924.1422.53-
YUV137.34121.04158.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=42.55%
G=27.90%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011812500.340.310.29353.2329.2558.43
HexB4767D0221F1D1611d3a
Octal26416617504237355413572
Binary10110100111011011111010100010111111110110110000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4767D; }

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

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

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

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

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

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

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

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