#b2617b

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

Shades of Tapestry #B2617B

Tints of Tapestry #B2617B

Color information

#B2617B (or 0xB2617B) is unknown color: approx Tapestry. HEX triplet: B2, 61 and 7B. RGB value is (178,97,123). Sum of RGB (Red+Green+Blue) = 178+97+123=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B2617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2617B is #4D9E84. Grayscale: #7C7C7C. Windows color (decimal): -5086853 or 8085938. OLE color: 8085938.

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

Color convert

RGB17897123-
CMYK00.460.310.30
HSL340.74º34.47%53.92%-
HSV(B)340.74º45.51%69.8%-
XYZ26.2119.4421.11-
YUV124.18127.34166.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=44.72%
G=24.37%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789712300.460.310.30340.7434.4753.92
HexB2617B02E1F1E1552236
Octal26214117305637365254266
Binary101100101100001111101101011101111111110101010101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2617b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2617b; }

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

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

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

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

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

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

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

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