#B76584

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

Shades of Tapestry #B76584

Tints of Tapestry #B76584

Color information

#B76584 (or 0xB76584) is unknown color: approx Tapestry. HEX triplet: B7, 65 and 84. RGB value is (183,101,132). Sum of RGB (Red+Green+Blue) = 183+101+132=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B76584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76584 is #489A7B. Grayscale: #818181. Windows color (decimal): -4758140 or 8676791. OLE color: 8676791.

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

Color convert

RGB183101132-
CMYK00.450.280.28
HSL337.32º36.28%55.69%-
HSV(B)337.32º44.81%71.76%-
XYZ28.3521.0424.4-
YUV129.05129.67166.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=43.99%
G=24.28%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310113200.450.280.28337.3236.2855.69
HexB7658402D1C1C1512438
Octal26714520405534345214470
Binary1011011111001011000010001011011110011100101010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76584; }

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

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

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

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

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

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

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

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