#B77593

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

Shades of Tapestry #B77593

Tints of Tapestry #B77593

Color information

#B77593 (or 0xB77593) is unknown color: approx Tapestry. HEX triplet: B7, 75 and 93. RGB value is (183,117,147). Sum of RGB (Red+Green+Blue) = 183+117+147=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B77593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77593 is #488A6C. Grayscale: #8C8C8C. Windows color (decimal): -4754029 or 9663927. OLE color: 9663927.

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

Color convert

RGB183117147-
CMYK00.360.200.28
HSL332.73º31.43%58.82%-
HSV(B)332.73º36.07%71.76%-
XYZ31.1624.930.77-
YUV140.15131.87158.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.94%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 147 (57.81% from 255) = 32.89%
R=40.94%
G=26.17%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311714700.360.200.28332.7331.4358.82
HexB77593024141C14d1f3b
Octal26716522304424345153773
Binary101101111110101100100110100100101001110010100110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77593; }

 p { color: rgb(183,117,147); }

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

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

 a { background-color: rgb(183,117,147); }

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

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

 span { border-color: rgb(183,117,147); }

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