#B06584

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

Shades of Tapestry #B06584

Tints of Tapestry #B06584

Color information

#B06584 (or 0xB06584) is unknown color: approx Tapestry. HEX triplet: B0, 65 and 84. RGB value is (176,101,132). Sum of RGB (Red+Green+Blue) = 176+101+132=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B06584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06584 is #4F9A7B. Grayscale: #7E7E7E. Windows color (decimal): -5216892 or 8676784. OLE color: 8676784.

HSL color Cylindrical-coordinate representation of color #B06584: hue angle of 335.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06584 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB176101132-
CMYK00.430.250.31
HSL335.2º32.19%54.31%-
HSV(B)335.2º42.61%69.02%-
XYZ26.7220.224.32-
YUV126.96130.85162.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=43.03%
G=24.69%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610113200.430.250.31335.232.1954.31
HexB0658402B191F14f2036
Octal26014520405331375174066
Binary1011000011001011000010001010111100111111101001111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06584; }

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

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

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

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

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

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

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

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