#B0617A

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

Shades of Tapestry #B0617A

Tints of Tapestry #B0617A

Color information

#B0617A (or 0xB0617A) is unknown color: approx Tapestry. HEX triplet: B0, 61 and 7A. RGB value is (176,97,122). Sum of RGB (Red+Green+Blue) = 176+97+122=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B0617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0617A is #4F9E85. Grayscale: #7B7B7B. Windows color (decimal): -5217926 or 8020400. OLE color: 8020400.

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

Color convert

RGB17697122-
CMYK00.450.310.31
HSL341.01º33.33%53.53%-
HSV(B)341.01º44.89%69.02%-
XYZ25.6919.1820.76-
YUV123.47127.17165.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.56%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=44.56%
G=24.56%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769712200.450.310.31341.0133.3353.53
HexB0617A02D1F1F1552136
Octal26014117205537375254166
Binary101100001100001111101001011011111111111101010101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0617A; }

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

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

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

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

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

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

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

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