#B4778F

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

Shades of Tapestry #B4778F

Tints of Tapestry #B4778F

Color information

#B4778F (or 0xB4778F) is unknown color: approx Tapestry. HEX triplet: B4, 77 and 8F. RGB value is (180,119,143). Sum of RGB (Red+Green+Blue) = 180+119+143=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B4778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4778F is #4B8870. Grayscale: #8B8B8B. Windows color (decimal): -4950129 or 9402292. OLE color: 9402292.

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

Color convert

RGB180119143-
CMYK00.340.210.29
HSL336.39º28.91%58.63%-
HSV(B)336.39º33.89%70.59%-
XYZ30.3824.8829.19-
YUV139.98129.71156.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 119 (46.88% from 255) = 26.92%
BLUE value IS 143 (56.25% from 255) = 32.35%
R=40.72%
G=26.92%
B=32.35%

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
Decimal18011914300.340.210.29336.3928.9158.63
HexB4778F022151D1501d3b
Octal26416721704225355203573
Binary101101001110111100011110100010101011110110101000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4778F; }

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

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

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

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

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

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

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

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