#B07782

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

Shades of Tapestry #B07782

Tints of Tapestry #B07782

Color information

#B07782 (or 0xB07782) is unknown color: approx Tapestry. HEX triplet: B0, 77 and 82. RGB value is (176,119,130). Sum of RGB (Red+Green+Blue) = 176+119+130=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B07782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07782 is #4F887D. Grayscale: #898989. Windows color (decimal): -5212286 or 8550320. OLE color: 8550320.

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

Color convert

RGB176119130-
CMYK00.320.260.31
HSL348.42º26.51%57.84%-
HSV(B)348.42º32.39%69.02%-
XYZ28.5324.0424.25-
YUV137.3123.88155.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=41.41%
G=28%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611913000.320.260.31348.4226.5157.84
HexB077820201A1F15c1b3a
Octal26016720204032375343372
Binary101100001110111100000100100000110101111110101110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07782; }

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

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

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

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

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

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

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

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