#B0618A

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

Shades of Tapestry #B0618A

Tints of Tapestry #B0618A

Color information

#B0618A (or 0xB0618A) is unknown color: approx Tapestry. HEX triplet: B0, 61 and 8A. RGB value is (176,97,138). Sum of RGB (Red+Green+Blue) = 176+97+138=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B0618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0618A is #4F9E75. Grayscale: #7D7D7D. Windows color (decimal): -5217910 or 9068976. OLE color: 9068976.

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

Color convert

RGB17697138-
CMYK00.450.220.31
HSL328.86º33.33%53.53%-
HSV(B)328.86º44.89%69.02%-
XYZ26.7719.6126.42-
YUV125.29135.17164.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=42.82%
G=23.60%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769713800.450.220.31328.8633.3353.53
HexB0618A02D161F1492136
Octal26014121205526375114166
Binary1011000011000011000101001011011011011111101001001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0618A; }

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

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

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

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

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

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

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

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