#B07788

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

Shades of Tapestry #B07788

Tints of Tapestry #B07788

Color information

#B07788 (or 0xB07788) is unknown color: approx Tapestry. HEX triplet: B0, 77 and 88. RGB value is (176,119,136). Sum of RGB (Red+Green+Blue) = 176+119+136=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B07788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07788 is #4F8877. Grayscale: #898989. Windows color (decimal): -5212280 or 8943536. OLE color: 8943536.

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

Color convert

RGB176119136-
CMYK00.320.230.31
HSL342.11º26.51%57.84%-
HSV(B)342.11º32.39%69.02%-
XYZ28.9524.226.44-
YUV137.98126.88155.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=40.84%
G=27.61%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611913600.320.230.31342.1126.5157.84
HexB07788020171F1561b3a
Octal26016721004027375263372
Binary101100001110111100010000100000101111111110101011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07788; }

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

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

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

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

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

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

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

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