#B07C8C

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

Shades of Tapestry #B07C8C

Tints of Tapestry #B07C8C

Color information

#B07C8C (or 0xB07C8C) is unknown color: approx Tapestry. HEX triplet: B0, 7C and 8C. RGB value is (176,124,140). Sum of RGB (Red+Green+Blue) = 176+124+140=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C8C is #4F8373. Grayscale: #8D8D8D. Windows color (decimal): -5210996 or 9206960. OLE color: 9206960.

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

Color convert

RGB176124140-
CMYK00.300.200.31
HSL341.54º24.76%58.82%-
HSV(B)341.54º29.55%69.02%-
XYZ29.8525.5428.17-
YUV141.37127.23152.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 124 (48.83% from 255) = 28.18%
BLUE value IS 140 (55.08% from 255) = 31.82%
R=40%
G=28.18%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612414000.300.200.31341.5424.7658.82
HexB07C8C01E141F156193b
Octal26017421403624375263173
Binary10110000111110010001100011110101001111110101011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C8C; }

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

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

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

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

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

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

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

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