#B7707C

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

Shades of Tapestry #B7707C

Tints of Tapestry #B7707C

Color information

#B7707C (or 0xB7707C) is unknown color: approx Tapestry. HEX triplet: B7, 70 and 7C. RGB value is (183,112,124). Sum of RGB (Red+Green+Blue) = 183+112+124=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7707C is #488F83. Grayscale: #868686. Windows color (decimal): -4755332 or 8155319. OLE color: 8155319.

HSL color Cylindrical-coordinate representation of color #B7707C: hue angle of 349.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7707C is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB183112124-
CMYK00.390.320.28
HSL349.86º33.02%57.84%-
HSV(B)349.86º38.8%71.76%-
XYZ28.9623.1122-
YUV134.6122.02162.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=43.68%
G=26.73%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311212400.390.320.28349.8633.0257.84
HexB7707C027201C15e213a
Octal26716017404740345364172
Binary1011011111100001111100010011110000011100101011110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7707C; }

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

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

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

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

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

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

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

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