#B0707C

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

Shades of Tapestry #B0707C

Tints of Tapestry #B0707C

Color information

#B0707C (or 0xB0707C) is unknown color: approx Tapestry. HEX triplet: B0, 70 and 7C. RGB value is (176,112,124). Sum of RGB (Red+Green+Blue) = 176+112+124=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0707C is #4F8F83. Grayscale: #848484. Windows color (decimal): -5214084 or 8155312. OLE color: 8155312.

HSL color Cylindrical-coordinate representation of color #B0707C: hue angle of 348.75º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0707C is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176112124-
CMYK00.360.300.31
HSL348.75º28.83%56.47%-
HSV(B)348.75º36.36%69.02%-
XYZ27.3422.2721.93-
YUV132.5123.2159.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 124 (48.83% from 255) = 30.10%
R=42.72%
G=27.18%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611212400.360.300.31348.7528.8356.47
HexB0707C0241E1F15d1d38
Octal26016017404436375353570
Binary10110000111000011111000100100111101111110101110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0707C; }

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

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

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

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

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

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

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

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