#B6848E

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

Shades of Tapestry #B6848E

Tints of Tapestry #B6848E

Color information

#B6848E (or 0xB6848E) is unknown color: approx Tapestry. HEX triplet: B6, 84 and 8E. RGB value is (182,132,142). Sum of RGB (Red+Green+Blue) = 182+132+142=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B6848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6848E is #497B71. Grayscale: #949494. Windows color (decimal): -4815730 or 9340086. OLE color: 9340086.

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

Color convert

RGB182132142-
CMYK00.270.220.29
HSL348º25.51%61.57%-
HSV(B)348º27.47%71.37%-
XYZ32.4328.429.36-
YUV148.09124.56152.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 132 (51.95% from 255) = 28.95%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=39.91%
G=28.95%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213214200.270.220.2934825.5161.57
HexB6848E01B161D15c1a3e
Octal26620421603326355343276
Binary101101101000010010001110011011101101110110101110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6848E; }

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

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

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

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

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

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

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

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