#B77492

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

Shades of Tapestry #B77492

Tints of Tapestry #B77492

Color information

#B77492 (or 0xB77492) is unknown color: approx Tapestry. HEX triplet: B7, 74 and 92. RGB value is (183,116,146). Sum of RGB (Red+Green+Blue) = 183+116+146=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B77492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77492 is #488B6D. Grayscale: #8B8B8B. Windows color (decimal): -4754286 or 9598135. OLE color: 9598135.

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

Color convert

RGB183116146-
CMYK00.370.200.28
HSL333.13º31.75%58.63%-
HSV(B)333.13º36.61%71.76%-
XYZ30.9624.6330.32-
YUV139.45131.7159.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 116 (45.70% from 255) = 26.07%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=41.12%
G=26.07%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311614600.370.200.28333.1331.7558.63
HexB77492025141C14d203b
Octal26716422204524345154073
Binary1011011111101001001001001001011010011100101001101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77492; }

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

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

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

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

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

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

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

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