#B77486

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

Shades of Tapestry #B77486

Tints of Tapestry #B77486

Color information

#B77486 (or 0xB77486) is unknown color: approx Tapestry. HEX triplet: B7, 74 and 86. RGB value is (183,116,134). Sum of RGB (Red+Green+Blue) = 183+116+134=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B77486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77486 is #488B79. Grayscale: #8A8A8A. Windows color (decimal): -4754298 or 8811703. OLE color: 8811703.

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

Color convert

RGB183116134-
CMYK00.370.270.28
HSL343.88º31.75%58.63%-
HSV(B)343.88º36.61%71.76%-
XYZ30.0824.2825.66-
YUV138.08125.7160.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 116 (45.70% from 255) = 26.79%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=42.26%
G=26.79%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311613400.370.270.28343.8831.7558.63
HexB774860251B1C158203b
Octal26716420604533345304073
Binary1011011111101001000011001001011101111100101011000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77486; }

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

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

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

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

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

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

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

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