#B77994

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

Shades of Tapestry #B77994

Tints of Tapestry #B77994

Color information

#B77994 (or 0xB77994) is unknown color: approx Tapestry. HEX triplet: B7, 79 and 94. RGB value is (183,121,148). Sum of RGB (Red+Green+Blue) = 183+121+148=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B77994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77994 is #48866B. Grayscale: #8E8E8E. Windows color (decimal): -4753004 or 9730487. OLE color: 9730487.

HSL color Cylindrical-coordinate representation of color #B77994: hue angle of 333.87º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77994 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB183121148-
CMYK00.340.190.28
HSL333.87º30.1%59.61%-
HSV(B)333.87º33.88%71.76%-
XYZ31.7125.8831.34-
YUV142.62131.04156.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.49%
GREEN value IS 121 (47.66% from 255) = 26.77%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=40.49%
G=26.77%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312114800.340.190.28333.8730.159.61
HexB77994022131C14e1e3c
Octal26717122404223345163674
Binary101101111111001100101000100010100111110010100111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77994; }

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

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

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

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

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

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

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

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