#B2608C

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

Shades of Tapestry #B2608C

Tints of Tapestry #B2608C

Color information

#B2608C (or 0xB2608C) is unknown color: approx Tapestry. HEX triplet: B2, 60 and 8C. RGB value is (178,96,140). Sum of RGB (Red+Green+Blue) = 178+96+140=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B2608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2608C is #4D9F73. Grayscale: #7D7D7D. Windows color (decimal): -5087092 or 9199794. OLE color: 9199794.

HSL color Cylindrical-coordinate representation of color #B2608C: hue angle of 327.8º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2608C is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB17896140-
CMYK00.460.210.30
HSL327.8º34.75%53.73%-
HSV(B)327.8º46.07%69.8%-
XYZ27.2819.7227.18-
YUV125.53136.17165.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 140 (55.08% from 255) = 33.82%
R=43.00%
G=23.19%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789614000.460.210.30327.834.7553.73
HexB2608C02E151E1482336
Octal26214021405625365104366
Binary1011001011000001000110001011101010111110101001000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2608C; }

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

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

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

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

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

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

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

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