#B06589

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

Shades of Tapestry #B06589

Tints of Tapestry #B06589

Color information

#B06589 (or 0xB06589) is unknown color: approx Tapestry. HEX triplet: B0, 65 and 89. RGB value is (176,101,137). Sum of RGB (Red+Green+Blue) = 176+101+137=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B06589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06589 is #4F9A76. Grayscale: #7F7F7F. Windows color (decimal): -5216887 or 9004464. OLE color: 9004464.

HSL color Cylindrical-coordinate representation of color #B06589: hue angle of 331.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 #B06589 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB176101137-
CMYK00.430.220.31
HSL331.2º32.19%54.31%-
HSV(B)331.2º42.61%69.02%-
XYZ27.0720.3426.17-
YUV127.53133.35162.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=42.51%
G=24.40%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610113700.430.220.31331.232.1954.31
HexB0658902B161F14b2036
Octal26014521105326375134066
Binary1011000011001011000100101010111011011111101001011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06589; }

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

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

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

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

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

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

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

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