#B0617C

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

Shades of Tapestry #B0617C

Tints of Tapestry #B0617C

Color information

#B0617C (or 0xB0617C) is unknown color: approx Tapestry. HEX triplet: B0, 61 and 7C. RGB value is (176,97,124). Sum of RGB (Red+Green+Blue) = 176+97+124=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0617C is #4F9E83. Grayscale: #7B7B7B. Windows color (decimal): -5217924 or 8151472. OLE color: 8151472.

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

Color convert

RGB17697124-
CMYK00.450.300.31
HSL339.49º33.33%53.53%-
HSV(B)339.49º44.89%69.02%-
XYZ25.8219.2321.42-
YUV123.7128.17165.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=44.33%
G=24.43%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769712400.450.300.31339.4933.3353.53
HexB0617C02D1E1F1532136
Octal26014117405536375234166
Binary101100001100001111110001011011111011111101010011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0617C; }

 p { color: rgb(176,97,124); }

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

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

 a { background-color: rgb(176,97,124); }

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

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

 span { border-color: rgb(176,97,124); }

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