#B77584

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

Shades of Tapestry #B77584

Tints of Tapestry #B77584

Color information

#B77584 (or 0xB77584) is unknown color: approx Tapestry. HEX triplet: B7, 75 and 84. RGB value is (183,117,132). Sum of RGB (Red+Green+Blue) = 183+117+132=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B77584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77584 is #488A7B. Grayscale: #8A8A8A. Windows color (decimal): -4754044 or 8680887. OLE color: 8680887.

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

Color convert

RGB183117132-
CMYK00.360.280.28
HSL346.36º31.43%58.82%-
HSV(B)346.36º36.07%71.76%-
XYZ30.0524.4624.97-
YUV138.44124.37159.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 132 (51.95% from 255) = 30.56%
R=42.36%
G=27.08%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311713200.360.280.28346.3631.4358.82
HexB775840241C1C15a1f3b
Octal26716520404434345323773
Binary101101111110101100001000100100111001110010101101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77584; }

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

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

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

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

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

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

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

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