#B2618A

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

Shades of Tapestry #B2618A

Tints of Tapestry #B2618A

Color information

#B2618A (or 0xB2618A) is unknown color: approx Tapestry. HEX triplet: B2, 61 and 8A. RGB value is (178,97,138). Sum of RGB (Red+Green+Blue) = 178+97+138=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B2618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2618A is #4D9E75. Grayscale: #7D7D7D. Windows color (decimal): -5086838 or 9068978. OLE color: 9068978.

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

Color convert

RGB17897138-
CMYK00.460.220.30
HSL329.63º34.47%53.92%-
HSV(B)329.63º45.51%69.8%-
XYZ27.2219.8526.44-
YUV125.89134.84165.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=43.10%
G=23.49%
B=33.41%

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
Decimal1789713800.460.220.30329.6334.4753.92
HexB2618A02E161E14a2236
Octal26214121205626365124266
Binary1011001011000011000101001011101011011110101001010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2618A; }

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

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

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

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

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

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

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

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