#B7707A

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

Shades of Tapestry #B7707A

Tints of Tapestry #B7707A

Color information

#B7707A (or 0xB7707A) is unknown color: approx Tapestry. HEX triplet: B7, 70 and 7A. RGB value is (183,112,122). Sum of RGB (Red+Green+Blue) = 183+112+122=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B7707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7707A is #488F85. Grayscale: #868686. Windows color (decimal): -4755334 or 8024247. OLE color: 8024247.

HSL color Cylindrical-coordinate representation of color #B7707A: hue angle of 351.55º 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 #B7707A is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB183112122-
CMYK00.390.330.28
HSL351.55º33.02%57.84%-
HSV(B)351.55º38.8%71.76%-
XYZ28.8423.0621.34-
YUV134.37121.02162.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=43.88%
G=26.86%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311212200.390.330.28351.5533.0257.84
HexB7707A027211C160213a
Octal26716017204741345404172
Binary1011011111100001111010010011110000111100101100000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7707A; }

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

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

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

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

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

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

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

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