#B7757F

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

Shades of Tapestry #B7757F

Tints of Tapestry #B7757F

Color information

#B7757F (or 0xB7757F) is unknown color: approx Tapestry. HEX triplet: B7, 75 and 7F. RGB value is (183,117,127). Sum of RGB (Red+Green+Blue) = 183+117+127=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7757F is #488A80. Grayscale: #898989. Windows color (decimal): -4754049 or 8353207. OLE color: 8353207.

HSL color Cylindrical-coordinate representation of color #B7757F: hue angle of 350.91º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7757F is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB183117127-
CMYK00.360.310.28
HSL350.91º31.43%58.82%-
HSV(B)350.91º36.07%71.76%-
XYZ29.7224.3223.21-
YUV137.87121.87160.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 127 (50% from 255) = 29.74%
R=42.86%
G=27.40%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311712700.360.310.28350.9131.4358.82
HexB7757F0241F1C15f1f3b
Octal26716517704437345373773
Binary10110111111010111111110100100111111110010101111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7757F; }

 p { color: rgb(183,117,127); }

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

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

 a { background-color: rgb(183,117,127); }

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

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

 span { border-color: rgb(183,117,127); }

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