#B05E8A

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

Shades of Tapestry #B05E8A

Tints of Tapestry #B05E8A

Color information

#B05E8A (or 0xB05E8A) is unknown color: approx Tapestry. HEX triplet: B0, 5E and 8A. RGB value is (176,94,138). Sum of RGB (Red+Green+Blue) = 176+94+138=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05E8A is #4FA175. Grayscale: #7B7B7B. Windows color (decimal): -5218678 or 9068208. OLE color: 9068208.

HSL color Cylindrical-coordinate representation of color #B05E8A: hue angle of 327.8º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05E8A is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17694138-
CMYK00.470.220.31
HSL327.8º34.17%52.94%-
HSV(B)327.8º46.59%69.02%-
XYZ26.4919.0726.33-
YUV123.53136.17165.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=43.14%
G=23.04%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769413800.470.220.31327.834.1752.94
HexB05E8A02F161F1482235
Octal26013621205726375104265
Binary1011000010111101000101001011111011011111101001000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05E8A; }

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

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

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

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

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

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

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

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