#B7677F

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

Shades of Tapestry #B7677F

Tints of Tapestry #B7677F

Color information

#B7677F (or 0xB7677F) is unknown color: approx Tapestry. HEX triplet: B7, 67 and 7F. RGB value is (183,103,127). Sum of RGB (Red+Green+Blue) = 183+103+127=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B7677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7677F is #489880. Grayscale: #818181. Windows color (decimal): -4757633 or 8349623. OLE color: 8349623.

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

Color convert

RGB183103127-
CMYK00.440.310.28
HSL342º35.71%56.08%-
HSV(B)342º43.72%71.76%-
XYZ28.2121.322.7-
YUV129.66126.5166.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 127 (50% from 255) = 30.75%
R=44.31%
G=24.94%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310312700.440.310.2834235.7156.08
HexB7677F02C1F1C1562438
Octal26714717705437345264470
Binary101101111100111111111101011001111111100101010110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7677F; }

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

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

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

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

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

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

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

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