#B77487

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

Shades of Tapestry #B77487

Tints of Tapestry #B77487

Color information

#B77487 (or 0xB77487) is unknown color: approx Tapestry. HEX triplet: B7, 74 and 87. RGB value is (183,116,135). Sum of RGB (Red+Green+Blue) = 183+116+135=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B77487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77487 is #488B78. Grayscale: #8A8A8A. Windows color (decimal): -4754297 or 8877239. OLE color: 8877239.

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

Color convert

RGB183116135-
CMYK00.370.260.28
HSL342.99º31.75%58.63%-
HSV(B)342.99º36.61%71.76%-
XYZ30.1524.3126.02-
YUV138.2126.2159.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 135 (53.12% from 255) = 31.11%
R=42.17%
G=26.73%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311613500.370.260.28342.9931.7558.63
HexB774870251A1C157203b
Octal26716420704532345274073
Binary1011011111101001000011101001011101011100101010111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77487; }

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

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

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

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

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

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

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

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