#B77785

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

Shades of Tapestry #B77785

Tints of Tapestry #B77785

Color information

#B77785 (or 0xB77785) is unknown color: approx Tapestry. HEX triplet: B7, 77 and 85. RGB value is (183,119,133). Sum of RGB (Red+Green+Blue) = 183+119+133=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B77785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77785 is #48887A. Grayscale: #8B8B8B. Windows color (decimal): -4753531 or 8746935. OLE color: 8746935.

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

Color convert

RGB183119133-
CMYK00.350.270.28
HSL346.88º30.77%59.22%-
HSV(B)346.88º34.97%71.76%-
XYZ30.3624.9525.41-
YUV139.73124.2158.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=42.07%
G=27.36%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311913300.350.270.28346.8830.7759.22
HexB777850231B1C15b1f3b
Octal26716720504333345333773
Binary101101111110111100001010100011110111110010101101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77785; }

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

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

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

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

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

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

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

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