#B06285

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

Shades of Tapestry #B06285

Tints of Tapestry #B06285

Color information

#B06285 (or 0xB06285) is unknown color: approx Tapestry. HEX triplet: B0, 62 and 85. RGB value is (176,98,133). Sum of RGB (Red+Green+Blue) = 176+98+133=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B06285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06285 is #4F9D7A. Grayscale: #7D7D7D. Windows color (decimal): -5217659 or 8741552. OLE color: 8741552.

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

Color convert

RGB17698133-
CMYK00.440.240.31
HSL333.08º33.05%53.73%-
HSV(B)333.08º44.32%69.02%-
XYZ26.5119.6624.59-
YUV125.31132.34164.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=43.24%
G=24.08%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769813300.440.240.31333.0833.0553.73
HexB0628502C181F14d2136
Octal26014220505430375154166
Binary1011000011000101000010101011001100011111101001101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06285; }

 p { color: rgb(176,98,133); }

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

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

 a { background-color: rgb(176,98,133); }

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

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

 span { border-color: rgb(176,98,133); }

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