#B05F76

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

Shades of Tapestry #B05F76

Tints of Tapestry #B05F76

Color information

#B05F76 (or 0xB05F76) is unknown color: approx Tapestry. HEX triplet: B0, 5F and 76. RGB value is (176,95,118). Sum of RGB (Red+Green+Blue) = 176+95+118=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05F76 is #4FA089. Grayscale: #797979. Windows color (decimal): -5218442 or 7757744. OLE color: 7757744.

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

Color convert

RGB17695118-
CMYK00.460.330.31
HSL342.96º33.89%53.14%-
HSV(B)342.96º46.02%69.02%-
XYZ25.2718.7219.42-
YUV121.84125.84166.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 95 (37.5% from 255) = 24.42%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=45.24%
G=24.42%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769511800.460.330.31342.9633.8953.14
HexB05F7602E211F1572235
Octal26013716605641375274265
Binary1011000010111111110110010111010000111111101010111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F76; }

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

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

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

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

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

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

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

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