#B2628D

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

Shades of Tapestry #B2628D

Tints of Tapestry #B2628D

Color information

#B2628D (or 0xB2628D) is unknown color: approx Tapestry. HEX triplet: B2, 62 and 8D. RGB value is (178,98,141). Sum of RGB (Red+Green+Blue) = 178+98+141=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2628D is #4D9D72. Grayscale: #7E7E7E. Windows color (decimal): -5086579 or 9265842. OLE color: 9265842.

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

Color convert

RGB17898141-
CMYK00.450.210.30
HSL327.75º34.19%54.12%-
HSV(B)327.75º44.94%69.8%-
XYZ27.5420.1227.63-
YUV126.82136164.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 141 (55.47% from 255) = 33.81%
R=42.69%
G=23.50%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789814100.450.210.30327.7534.1954.12
HexB2628D02D151E1482236
Octal26214221505525365104266
Binary1011001011000101000110101011011010111110101001000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2628D; }

 p { color: rgb(178,98,141); }

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

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

 a { background-color: rgb(178,98,141); }

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

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

 span { border-color: rgb(178,98,141); }

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