#B07C82

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

Shades of Tapestry #B07C82

Tints of Tapestry #B07C82

Color information

#B07C82 (or 0xB07C82) is unknown color: approx Tapestry. HEX triplet: B0, 7C and 82. RGB value is (176,124,130). Sum of RGB (Red+Green+Blue) = 176+124+130=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C82 is #4F837D. Grayscale: #8C8C8C. Windows color (decimal): -5211006 or 8551600. OLE color: 8551600.

HSL color Cylindrical-coordinate representation of color #B07C82: hue angle of 353.08º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07C82 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB176124130-
CMYK00.300.260.31
HSL353.08º24.76%58.82%-
HSV(B)353.08º29.55%69.02%-
XYZ29.1425.2624.46-
YUV140.23122.23153.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=40.93%
G=28.84%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612413000.300.260.31353.0824.7658.82
HexB07C8201E1A1F161193b
Octal26017420203632375413173
Binary10110000111110010000010011110110101111110110000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C82; }

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

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

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

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

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

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

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

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