#B7657F

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

Shades of Tapestry #B7657F

Tints of Tapestry #B7657F

Color information

#B7657F (or 0xB7657F) is unknown color: approx Tapestry. HEX triplet: B7, 65 and 7F. RGB value is (183,101,127). Sum of RGB (Red+Green+Blue) = 183+101+127=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7657F is #489A80. Grayscale: #808080. Windows color (decimal): -4758145 or 8349111. OLE color: 8349111.

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

Color convert

RGB183101127-
CMYK00.450.310.28
HSL340.98º36.28%55.69%-
HSV(B)340.98º44.81%71.76%-
XYZ28.0120.9122.64-
YUV128.48127.17166.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 127 (50% from 255) = 30.90%
R=44.53%
G=24.57%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310112700.450.310.28340.9836.2855.69
HexB7657F02D1F1C1552438
Octal26714517705537345254470
Binary101101111100101111111101011011111111100101010101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7657F; }

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

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

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

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

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

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

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

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