#B68586

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

Shades of Tapestry #B68586

Tints of Tapestry #B68586

Color information

#B68586 (or 0xB68586) is unknown color: approx Tapestry. HEX triplet: B6, 85 and 86. RGB value is (182,133,134). Sum of RGB (Red+Green+Blue) = 182+133+134=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B68586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68586 is #497A79. Grayscale: #939393. Windows color (decimal): -4815482 or 8816054. OLE color: 8816054.

HSL color Cylindrical-coordinate representation of color #B68586: hue angle of 358.78º degrees, saturation: 0.25, 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 #B68586 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB182133134-
CMYK00.270.260.29
HSL358.78º25.13%61.76%-
HSV(B)358.78º26.92%71.37%-
XYZ31.9828.4426.36-
YUV147.77120.23152.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=40.53%
G=29.62%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213313400.270.260.29358.7825.1361.76
HexB6858601B1A1D167193e
Octal26620520603332355473176
Binary101101101000010110000110011011110101110110110011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68586; }

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

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

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

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

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

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

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

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