#B07791

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

Shades of Tapestry #B07791

Tints of Tapestry #B07791

Color information

#B07791 (or 0xB07791) is unknown color: approx Tapestry. HEX triplet: B0, 77 and 91. RGB value is (176,119,145). Sum of RGB (Red+Green+Blue) = 176+119+145=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B07791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07791 is #4F886E. Grayscale: #8A8A8A. Windows color (decimal): -5212271 or 9533360. OLE color: 9533360.

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

Color convert

RGB176119145-
CMYK00.320.180.31
HSL332.63º26.51%57.84%-
HSV(B)332.63º32.39%69.02%-
XYZ29.6124.4729.95-
YUV139.01131.38154.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=40%
G=27.05%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611914500.320.180.31332.6326.5157.84
HexB07791020121F14d1b3a
Octal26016722104022375153372
Binary101100001110111100100010100000100101111110100110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07791; }

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

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

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

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

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

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

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

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