#B45F78

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

Shades of Tapestry #B45F78

Tints of Tapestry #B45F78

Color information

#B45F78 (or 0xB45F78) is unknown color: approx Tapestry. HEX triplet: B4, 5F and 78. RGB value is (180,95,120). Sum of RGB (Red+Green+Blue) = 180+95+120=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45F78 is #4BA087. Grayscale: #7B7B7B. Windows color (decimal): -4956296 or 7888820. OLE color: 7888820.

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

Color convert

RGB18095120-
CMYK00.470.330.29
HSL342.35º36.17%53.92%-
HSV(B)342.35º47.22%70.59%-
XYZ26.319.2420.1-
YUV123.26126.16168.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=45.57%
G=24.05%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809512000.470.330.29342.3536.1753.92
HexB45F7802F211D1562436
Octal26413717005741355264466
Binary1011010010111111111000010111110000111101101010110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F78; }

 p { color: rgb(180,95,120); }

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

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

 a { background-color: rgb(180,95,120); }

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

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

 span { border-color: rgb(180,95,120); }

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