#B77490

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

Shades of Tapestry #B77490

Tints of Tapestry #B77490

Color information

#B77490 (or 0xB77490) is unknown color: approx Tapestry. HEX triplet: B7, 74 and 90. RGB value is (183,116,144). Sum of RGB (Red+Green+Blue) = 183+116+144=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B77490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77490 is #488B6F. Grayscale: #8B8B8B. Windows color (decimal): -4754288 or 9467063. OLE color: 9467063.

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

Color convert

RGB183116144-
CMYK00.370.210.28
HSL334.93º31.75%58.63%-
HSV(B)334.93º36.61%71.76%-
XYZ30.8124.5729.5-
YUV139.22130.7159.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=41.31%
G=26.19%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311614400.370.210.28334.9331.7558.63
HexB77490025151C14f203b
Octal26716422004525345174073
Binary1011011111101001001000001001011010111100101001111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77490; }

 p { color: rgb(183,116,144); }

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

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

 a { background-color: rgb(183,116,144); }

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

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

 span { border-color: rgb(183,116,144); }

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