#B77080

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

Shades of Tapestry #B77080

Tints of Tapestry #B77080

Color information

#B77080 (or 0xB77080) is unknown color: approx Tapestry. HEX triplet: B7, 70 and 80. RGB value is (183,112,128). Sum of RGB (Red+Green+Blue) = 183+112+128=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B77080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77080 is #488F7F. Grayscale: #878787. Windows color (decimal): -4755328 or 8417463. OLE color: 8417463.

HSL color Cylindrical-coordinate representation of color #B77080: hue angle of 346.48º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77080 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB183112128-
CMYK00.390.300.28
HSL346.48º33.02%57.84%-
HSV(B)346.48º38.8%71.76%-
XYZ29.2223.2123.36-
YUV135.05124.02162.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=43.26%
G=26.48%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311212800.390.300.28346.4833.0257.84
HexB770800271E1C15a213a
Octal26716020004736345324172
Binary1011011111100001000000001001111111011100101011010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77080; }

 p { color: rgb(183,112,128); }

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

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

 a { background-color: rgb(183,112,128); }

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

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

 span { border-color: rgb(183,112,128); }

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