#B0617B

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

Shades of Tapestry #B0617B

Tints of Tapestry #B0617B

Color information

#B0617B (or 0xB0617B) is unknown color: approx Tapestry. HEX triplet: B0, 61 and 7B. RGB value is (176,97,123). Sum of RGB (Red+Green+Blue) = 176+97+123=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0617B is #4F9E84. Grayscale: #7B7B7B. Windows color (decimal): -5217925 or 8085936. OLE color: 8085936.

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

Color convert

RGB17697123-
CMYK00.450.300.31
HSL340.25º33.33%53.53%-
HSV(B)340.25º44.89%69.02%-
XYZ25.7519.2121.09-
YUV123.58127.67165.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=44.44%
G=24.49%
B=31.06%

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
Decimal1769712300.450.300.31340.2533.3353.53
HexB0617B02D1E1F1542136
Octal26014117305536375244166
Binary101100001100001111101101011011111011111101010100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0617B; }

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

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

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

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

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

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

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

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