#B05F84

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

Shades of Tapestry #B05F84

Tints of Tapestry #B05F84

Color information

#B05F84 (or 0xB05F84) is unknown color: approx Tapestry. HEX triplet: B0, 5F and 84. RGB value is (176,95,132). Sum of RGB (Red+Green+Blue) = 176+95+132=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05F84 is #4FA07B. Grayscale: #7B7B7B. Windows color (decimal): -5218428 or 8675248. OLE color: 8675248.

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

Color convert

RGB17695132-
CMYK00.460.250.31
HSL332.59º33.89%53.14%-
HSV(B)332.59º46.02%69.02%-
XYZ26.1619.0824.13-
YUV123.44132.84165.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=43.67%
G=23.57%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769513200.460.250.31332.5933.8953.14
HexB05F8402E191F14d2235
Octal26013720405631375154265
Binary1011000010111111000010001011101100111111101001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F84; }

 p { color: rgb(176,95,132); }

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

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

 a { background-color: rgb(176,95,132); }

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

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

 span { border-color: rgb(176,95,132); }

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