#B45D83

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

Shades of Tapestry #B45D83

Tints of Tapestry #B45D83

Color information

#B45D83 (or 0xB45D83) is unknown color: approx Tapestry. HEX triplet: B4, 5D and 83. RGB value is (180,93,131). Sum of RGB (Red+Green+Blue) = 180+93+131=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D83 is #4BA27C. Grayscale: #7B7B7B. Windows color (decimal): -4956797 or 8609204. OLE color: 8609204.

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

Color convert

RGB18093131-
CMYK00.480.270.29
HSL333.79º36.71%53.53%-
HSV(B)333.79º48.33%70.59%-
XYZ26.8319.1723.76-
YUV123.34132.32168.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 93 (36.72% from 255) = 23.02%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=44.55%
G=23.02%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809313100.480.270.29333.7936.7153.53
HexB45D830301B1D14e2536
Octal26413520306033355164566
Binary1011010010111011000001101100001101111101101001110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D83; }

 p { color: rgb(180,93,131); }

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

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

 a { background-color: rgb(180,93,131); }

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

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

 span { border-color: rgb(180,93,131); }

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