#B77D94

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

Shades of Tapestry #B77D94

Tints of Tapestry #B77D94

Color information

#B77D94 (or 0xB77D94) is unknown color: approx Tapestry. HEX triplet: B7, 7D and 94. RGB value is (183,125,148). Sum of RGB (Red+Green+Blue) = 183+125+148=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77D94 is #48826B. Grayscale: #909090. Windows color (decimal): -4751980 or 9731511. OLE color: 9731511.

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

Color convert

RGB183125148-
CMYK00.320.190.28
HSL336.21º28.71%60.39%-
HSV(B)336.21º31.69%71.76%-
XYZ32.2126.8731.51-
YUV144.96129.72155.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 148 (58.20% from 255) = 32.46%
R=40.13%
G=27.41%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312514800.320.190.28336.2128.7160.39
HexB77D94020131C1501d3c
Octal26717522404023345203574
Binary101101111111101100101000100000100111110010101000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D94; }

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

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

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

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

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

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

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

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