#B4768F

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

Shades of Tapestry #B4768F

Tints of Tapestry #B4768F

Color information

#B4768F (or 0xB4768F) is unknown color: approx Tapestry. HEX triplet: B4, 76 and 8F. RGB value is (180,118,143). Sum of RGB (Red+Green+Blue) = 180+118+143=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4768F is #4B8970. Grayscale: #8B8B8B. Windows color (decimal): -4950385 or 9402036. OLE color: 9402036.

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

Color convert

RGB180118143-
CMYK00.340.210.29
HSL335.81º29.25%58.43%-
HSV(B)335.81º34.44%70.59%-
XYZ30.2624.6429.15-
YUV139.39130.04156.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 143 (56.25% from 255) = 32.43%
R=40.82%
G=26.76%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011814300.340.210.29335.8129.2558.43
HexB4768F022151D1501d3a
Octal26416621704225355203572
Binary101101001110110100011110100010101011110110101000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4768F; }

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

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

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

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

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

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

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

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