#B67385

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

Shades of Tapestry #B67385

Tints of Tapestry #B67385

Color information

#B67385 (or 0xB67385) is unknown color: approx Tapestry. HEX triplet: B6, 73 and 85. RGB value is (182,115,133). Sum of RGB (Red+Green+Blue) = 182+115+133=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B67385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67385 is #498C7A. Grayscale: #898989. Windows color (decimal): -4820091 or 8745910. OLE color: 8745910.

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

Color convert

RGB182115133-
CMYK00.370.270.29
HSL343.88º31.46%58.24%-
HSV(B)343.88º36.81%71.37%-
XYZ29.6623.925.24-
YUV137.08125.7160.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=42.33%
G=26.74%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211513300.370.270.29343.8831.4658.24
HexB673850251B1D1581f3a
Octal26616320504533355303772
Binary101101101110011100001010100101110111110110101100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67385; }

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

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

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

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

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

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

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

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