#B77985

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

Shades of Tapestry #B77985

Tints of Tapestry #B77985

Color information

#B77985 (or 0xB77985) is unknown color: approx Tapestry. HEX triplet: B7, 79 and 85. RGB value is (183,121,133). Sum of RGB (Red+Green+Blue) = 183+121+133=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B77985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77985 is #48867A. Grayscale: #8C8C8C. Windows color (decimal): -4753019 or 8747447. OLE color: 8747447.

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

Color convert

RGB183121133-
CMYK00.340.270.28
HSL348.39º30.1%59.61%-
HSV(B)348.39º33.88%71.76%-
XYZ30.625.4425.49-
YUV140.91123.54158.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=41.88%
G=27.69%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312113300.340.270.28348.3930.159.61
HexB779850221B1C15c1e3c
Octal26717120504233345343674
Binary101101111111001100001010100010110111110010101110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77985; }

 p { color: rgb(183,121,133); }

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

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

 a { background-color: rgb(183,121,133); }

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

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

 span { border-color: rgb(183,121,133); }

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