#B6858B

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

Shades of Tapestry #B6858B

Tints of Tapestry #B6858B

Color information

#B6858B (or 0xB6858B) is unknown color: approx Tapestry. HEX triplet: B6, 85 and 8B. RGB value is (182,133,139). Sum of RGB (Red+Green+Blue) = 182+133+139=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B6858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6858B is #497A74. Grayscale: #949494. Windows color (decimal): -4815477 or 9143734. OLE color: 9143734.

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

Color convert

RGB182133139-
CMYK00.270.240.29
HSL352.65º25.13%61.76%-
HSV(B)352.65º26.92%71.37%-
XYZ32.3428.5828.24-
YUV148.34122.73152.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=40.09%
G=29.30%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213313900.270.240.29352.6525.1361.76
HexB6858B01B181D161193e
Octal26620521303330355413176
Binary101101101000010110001011011011110001110110110000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6858B; }

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

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

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

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

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

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

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

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