#B77784

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

Shades of Tapestry #B77784

Tints of Tapestry #B77784

Color information

#B77784 (or 0xB77784) is unknown color: approx Tapestry. HEX triplet: B7, 77 and 84. RGB value is (183,119,132). Sum of RGB (Red+Green+Blue) = 183+119+132=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B77784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77784 is #48887B. Grayscale: #8B8B8B. Windows color (decimal): -4753532 or 8681399. OLE color: 8681399.

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

Color convert

RGB183119132-
CMYK00.350.280.28
HSL347.81º30.77%59.22%-
HSV(B)347.81º34.97%71.76%-
XYZ30.2924.9325.04-
YUV139.62123.7158.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 119 (46.88% from 255) = 27.42%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=42.17%
G=27.42%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311913200.350.280.28347.8130.7759.22
HexB777840231C1C15c1f3b
Octal26716720404334345343773
Binary101101111110111100001000100011111001110010101110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77784; }

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

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

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

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

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

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

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

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