#B06077

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

Shades of Tapestry #B06077

Tints of Tapestry #B06077

Color information

#B06077 (or 0xB06077) is unknown color: approx Tapestry. HEX triplet: B0, 60 and 77. RGB value is (176,96,119). Sum of RGB (Red+Green+Blue) = 176+96+119=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B06077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06077 is #4F9F88. Grayscale: #7A7A7A. Windows color (decimal): -5218185 or 7823536. OLE color: 7823536.

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

Color convert

RGB17696119-
CMYK00.450.320.31
HSL342.75º33.61%53.33%-
HSV(B)342.75º45.45%69.02%-
XYZ25.4218.9319.77-
YUV122.54126166.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 119 (46.88% from 255) = 30.43%
R=45.01%
G=24.55%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769611900.450.320.31342.7533.6153.33
HexB0607702D201F1572235
Octal26014016705540375274265
Binary1011000011000001110111010110110000011111101010111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06077; }

 p { color: rgb(176,96,119); }

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

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

 a { background-color: rgb(176,96,119); }

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

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

 span { border-color: rgb(176,96,119); }

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