#B45F85

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

Shades of Tapestry #B45F85

Tints of Tapestry #B45F85

Color information

#B45F85 (or 0xB45F85) is unknown color: approx Tapestry. HEX triplet: B4, 5F and 85. RGB value is (180,95,133). Sum of RGB (Red+Green+Blue) = 180+95+133=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45F85 is #4BA07A. Grayscale: #7C7C7C. Windows color (decimal): -4956283 or 8740788. OLE color: 8740788.

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

Color convert

RGB18095133-
CMYK00.470.260.29
HSL333.18º36.17%53.92%-
HSV(B)333.18º47.22%70.59%-
XYZ27.1519.5824.54-
YUV124.75132.66167.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=44.12%
G=23.28%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809513300.470.260.29333.1836.1753.92
HexB45F8502F1A1D14d2436
Octal26413720505732355154466
Binary1011010010111111000010101011111101011101101001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F85; }

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

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

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

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

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

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

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

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