#B07891

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

Shades of Tapestry #B07891

Tints of Tapestry #B07891

Color information

#B07891 (or 0xB07891) is unknown color: approx Tapestry. HEX triplet: B0, 78 and 91. RGB value is (176,120,145). Sum of RGB (Red+Green+Blue) = 176+120+145=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B07891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07891 is #4F876E. Grayscale: #8B8B8B. Windows color (decimal): -5212015 or 9533616. OLE color: 9533616.

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

Color convert

RGB176120145-
CMYK00.320.180.31
HSL333.21º26.17%58.04%-
HSV(B)333.21º31.82%69.02%-
XYZ29.7324.7129.99-
YUV139.59131.05153.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 145 (57.03% from 255) = 32.88%
R=39.91%
G=27.21%
B=32.88%

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
Decimal17612014500.320.180.31333.2126.1758.04
HexB07891020121F14d1a3a
Octal26017022104022375153272
Binary101100001111000100100010100000100101111110100110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07891; }

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

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

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

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

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

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

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

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