#B4608C

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

Shades of Tapestry #B4608C

Tints of Tapestry #B4608C

Color information

#B4608C (or 0xB4608C) is unknown color: approx Tapestry. HEX triplet: B4, 60 and 8C. RGB value is (180,96,140). Sum of RGB (Red+Green+Blue) = 180+96+140=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B4608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4608C is #4B9F73. Grayscale: #7E7E7E. Windows color (decimal): -4956020 or 9199796. OLE color: 9199796.

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

Color convert

RGB18096140-
CMYK00.470.220.29
HSL328.57º35.9%54.12%-
HSV(B)328.57º46.67%70.59%-
XYZ27.7419.9627.2-
YUV126.13135.83166.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 96 (37.89% from 255) = 23.08%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=43.27%
G=23.08%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809614000.470.220.29328.5735.954.12
HexB4608C02F161D1492436
Octal26414021405726355114466
Binary1011010011000001000110001011111011011101101001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4608C; }

 p { color: rgb(180,96,140); }

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

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

 a { background-color: rgb(180,96,140); }

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

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

 span { border-color: rgb(180,96,140); }

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