#B07C8B

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

Shades of Tapestry #B07C8B

Tints of Tapestry #B07C8B

Color information

#B07C8B (or 0xB07C8B) is unknown color: approx Tapestry. HEX triplet: B0, 7C and 8B. RGB value is (176,124,139). Sum of RGB (Red+Green+Blue) = 176+124+139=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C8B is #4F8374. Grayscale: #8D8D8D. Windows color (decimal): -5210997 or 9141424. OLE color: 9141424.

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

Color convert

RGB176124139-
CMYK00.300.210.31
HSL342.69º24.76%58.82%-
HSV(B)342.69º29.55%69.02%-
XYZ29.7725.5127.78-
YUV141.26126.73152.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 124 (48.83% from 255) = 28.25%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=40.09%
G=28.25%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612413900.300.210.31342.6924.7658.82
HexB07C8B01E151F157193b
Octal26017421303625375273173
Binary10110000111110010001011011110101011111110101011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C8B; }

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

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

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

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

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

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

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

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