#B77880

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

Shades of Tapestry #B77880

Tints of Tapestry #B77880

Color information

#B77880 (or 0xB77880) is unknown color: approx Tapestry. HEX triplet: B7, 78 and 80. RGB value is (183,120,128). Sum of RGB (Red+Green+Blue) = 183+120+128=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B77880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77880 is #48877F. Grayscale: #8B8B8B. Windows color (decimal): -4753280 or 8419511. OLE color: 8419511.

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

Color convert

RGB183120128-
CMYK00.340.300.28
HSL352.38º30.43%59.41%-
HSV(B)352.38º34.43%71.76%-
XYZ30.1425.0623.67-
YUV139.75121.37158.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=42.46%
G=27.84%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312012800.340.300.28352.3830.4359.41
HexB778800221E1C1601e3b
Octal26717020004236345403673
Binary101101111111000100000000100010111101110010110000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77880; }

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

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

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

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

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

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

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

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