#B68485

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

Shades of Tapestry #B68485

Tints of Tapestry #B68485

Color information

#B68485 (or 0xB68485) is unknown color: approx Tapestry. HEX triplet: B6, 84 and 85. RGB value is (182,132,133). Sum of RGB (Red+Green+Blue) = 182+132+133=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B68485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68485 is #497B7A. Grayscale: #939393. Windows color (decimal): -4815739 or 8750262. OLE color: 8750262.

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

Color convert

RGB182132133-
CMYK00.270.270.29
HSL358.8º25.51%61.57%-
HSV(B)358.8º27.47%71.37%-
XYZ31.7828.1425.95-
YUV147.06120.06152.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=40.72%
G=29.53%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213213300.270.270.29358.825.5161.57
HexB6848501B1B1D1671a3e
Octal26620420503333355473276
Binary101101101000010010000101011011110111110110110011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68485; }

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

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

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

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

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

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

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

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