#B67585

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

Shades of Tapestry #B67585

Tints of Tapestry #B67585

Color information

#B67585 (or 0xB67585) is unknown color: approx Tapestry. HEX triplet: B6, 75 and 85. RGB value is (182,117,133). Sum of RGB (Red+Green+Blue) = 182+117+133=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B67585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67585 is #498A7A. Grayscale: #8A8A8A. Windows color (decimal): -4819579 or 8746422. OLE color: 8746422.

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

Color convert

RGB182117133-
CMYK00.360.270.29
HSL345.23º30.81%58.63%-
HSV(B)345.23º35.71%71.37%-
XYZ29.8924.3625.32-
YUV138.26125.03159.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=42.13%
G=27.08%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211713300.360.270.29345.2330.8158.63
HexB675850241B1D1591f3b
Octal26616520504433355313773
Binary101101101110101100001010100100110111110110101100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67585; }

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

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

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

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

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

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

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

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