#B05F80

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

Shades of Tapestry #B05F80

Tints of Tapestry #B05F80

Color information

#B05F80 (or 0xB05F80) is unknown color: approx Tapestry. HEX triplet: B0, 5F and 80. RGB value is (176,95,128). Sum of RGB (Red+Green+Blue) = 176+95+128=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05F80 is #4FA07F. Grayscale: #7A7A7A. Windows color (decimal): -5218432 or 8413104. OLE color: 8413104.

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

Color convert

RGB17695128-
CMYK00.460.270.31
HSL335.56º33.89%53.14%-
HSV(B)335.56º46.02%69.02%-
XYZ25.8918.9722.72-
YUV122.98130.84165.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 95 (37.5% from 255) = 23.81%
BLUE value IS 128 (50.39% from 255) = 32.08%
R=44.11%
G=23.81%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769512800.460.270.31335.5633.8953.14
HexB05F8002E1B1F1502235
Octal26013720005633375204265
Binary1011000010111111000000001011101101111111101010000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F80; }

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

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

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

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

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

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

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

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