#b2608a

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

Shades of Tapestry #B2608A

Tints of Tapestry #B2608A

Color information

#B2608A (or 0xB2608A) is unknown color: approx Tapestry. HEX triplet: B2, 60 and 8A. RGB value is (178,96,138). Sum of RGB (Red+Green+Blue) = 178+96+138=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B2608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2608A is #4D9F75. Grayscale: #7D7D7D. Windows color (decimal): -5087094 or 9068722. OLE color: 9068722.

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

Color convert

RGB17896138-
CMYK00.460.220.30
HSL329.27º34.75%53.73%-
HSV(B)329.27º46.07%69.8%-
XYZ27.1319.6726.41-
YUV125.31135.17165.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=43.20%
G=23.30%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789613800.460.220.30329.2734.7553.73
HexB2608A02E161E1492336
Octal26214021205626365114366
Binary1011001011000001000101001011101011011110101001001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2608a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2608a; }

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

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

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

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

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

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

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

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