#B0618B

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

Shades of Tapestry #B0618B

Tints of Tapestry #B0618B

Color information

#B0618B (or 0xB0618B) is unknown color: approx Tapestry. HEX triplet: B0, 61 and 8B. RGB value is (176,97,139). Sum of RGB (Red+Green+Blue) = 176+97+139=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0618B is #4F9E74. Grayscale: #7D7D7D. Windows color (decimal): -5217909 or 9134512. OLE color: 9134512.

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

Color convert

RGB17697139-
CMYK00.450.210.31
HSL328.1º33.33%53.53%-
HSV(B)328.1º44.89%69.02%-
XYZ26.8419.6426.8-
YUV125.41135.67164.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=42.72%
G=23.54%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769713900.450.210.31328.133.3353.53
HexB0618B02D151F1482136
Octal26014121305525375104166
Binary1011000011000011000101101011011010111111101001000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0618B; }

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

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

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

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

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

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

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

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