#B77694

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

Shades of Tapestry #B77694

Tints of Tapestry #B77694

Color information

#B77694 (or 0xB77694) is unknown color: approx Tapestry. HEX triplet: B7, 76 and 94. RGB value is (183,118,148). Sum of RGB (Red+Green+Blue) = 183+118+148=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B77694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77694 is #48896B. Grayscale: #8C8C8C. Windows color (decimal): -4753772 or 9729719. OLE color: 9729719.

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

Color convert

RGB183118148-
CMYK00.360.190.28
HSL332.31º31.1%59.02%-
HSV(B)332.31º35.52%71.76%-
XYZ31.3525.1631.22-
YUV140.85132.03158.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=40.76%
G=26.28%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311814800.360.190.28332.3131.159.02
HexB77694024131C14c1f3b
Octal26716622404423345143773
Binary101101111110110100101000100100100111110010100110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77694; }

 p { color: rgb(183,118,148); }

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

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

 a { background-color: rgb(183,118,148); }

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

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

 span { border-color: rgb(183,118,148); }

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