#B07789

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

Shades of Tapestry #B07789

Tints of Tapestry #B07789

Color information

#B07789 (or 0xB07789) is unknown color: approx Tapestry. HEX triplet: B0, 77 and 89. RGB value is (176,119,137). Sum of RGB (Red+Green+Blue) = 176+119+137=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B07789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07789 is #4F8876. Grayscale: #8A8A8A. Windows color (decimal): -5212279 or 9009072. OLE color: 9009072.

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

Color convert

RGB176119137-
CMYK00.320.220.31
HSL341.05º26.51%57.84%-
HSV(B)341.05º32.39%69.02%-
XYZ29.0224.2326.81-
YUV138.1127.38155.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 137 (53.91% from 255) = 31.71%
R=40.74%
G=27.55%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611913700.320.220.31341.0526.5157.84
HexB07789020161F1551b3a
Octal26016721104026375253372
Binary101100001110111100010010100000101101111110101010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07789; }

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

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

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

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

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

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

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

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