#B66385

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

Shades of Tapestry #B66385

Tints of Tapestry #B66385

Color information

#B66385 (or 0xB66385) is unknown color: approx Tapestry. HEX triplet: B6, 63 and 85. RGB value is (182,99,133). Sum of RGB (Red+Green+Blue) = 182+99+133=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B66385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66385 is #499C7A. Grayscale: #7F7F7F. Windows color (decimal): -4824187 or 8741814. OLE color: 8741814.

HSL color Cylindrical-coordinate representation of color #B66385: hue angle of 335.42º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66385 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18299133-
CMYK00.460.270.29
HSL335.42º36.24%55.1%-
HSV(B)335.42º45.6%71.37%-
XYZ27.9920.5624.68-
YUV127.69131166.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 99 (39.06% from 255) = 23.91%
BLUE value IS 133 (52.34% from 255) = 32.13%
R=43.96%
G=23.91%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829913300.460.270.29335.4236.2455.1
HexB6638502E1B1D14f2437
Octal26614320505633355174467
Binary1011011011000111000010101011101101111101101001111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66385; }

 p { color: rgb(182,99,133); }

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

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

 a { background-color: rgb(182,99,133); }

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

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

 span { border-color: rgb(182,99,133); }

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