#B77895

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

Shades of Tapestry #B77895

Tints of Tapestry #B77895

Color information

#B77895 (or 0xB77895) is unknown color: approx Tapestry. HEX triplet: B7, 78 and 95. RGB value is (183,120,149). Sum of RGB (Red+Green+Blue) = 183+120+149=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B77895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77895 is #48876A. Grayscale: #8E8E8E. Windows color (decimal): -4753259 or 9795767. OLE color: 9795767.

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

Color convert

RGB183120149-
CMYK00.340.190.28
HSL332.38º30.43%59.41%-
HSV(B)332.38º34.43%71.76%-
XYZ31.6725.6731.72-
YUV142.14131.87157.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.49%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=40.49%
G=26.55%
B=32.96%

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
Decimal18312014900.340.190.28332.3830.4359.41
HexB77895022131C14c1e3b
Octal26717022504223345143673
Binary101101111111000100101010100010100111110010100110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77895; }

 p { color: rgb(183,120,149); }

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

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

 a { background-color: rgb(183,120,149); }

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

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

 span { border-color: rgb(183,120,149); }

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