#B0618C

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

Shades of Tapestry #B0618C

Tints of Tapestry #B0618C

Color information

#B0618C (or 0xB0618C) is unknown color: approx Tapestry. HEX triplet: B0, 61 and 8C. RGB value is (176,97,140). Sum of RGB (Red+Green+Blue) = 176+97+140=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0618C is #4F9E73. Grayscale: #7D7D7D. Windows color (decimal): -5217908 or 9200048. OLE color: 9200048.

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

Color convert

RGB17697140-
CMYK00.450.200.31
HSL327.34º33.33%53.53%-
HSV(B)327.34º44.89%69.02%-
XYZ26.9119.6727.19-
YUV125.52136.17164-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=42.62%
G=23.49%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769714000.450.200.31327.3433.3353.53
HexB0618C02D141F1472136
Octal26014121405524375074166
Binary1011000011000011000110001011011010011111101000111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0618C; }

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

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

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

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

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

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

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

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