#B6818F

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

Shades of Tapestry #B6818F

Tints of Tapestry #B6818F

Color information

#B6818F (or 0xB6818F) is unknown color: approx Tapestry. HEX triplet: B6, 81 and 8F. RGB value is (182,129,143). Sum of RGB (Red+Green+Blue) = 182+129+143=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B6818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6818F is #497E70. Grayscale: #929292. Windows color (decimal): -4816497 or 9404854. OLE color: 9404854.

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

Color convert

RGB182129143-
CMYK00.290.210.29
HSL344.15º26.63%60.98%-
HSV(B)344.15º29.12%71.37%-
XYZ32.127.6329.63-
YUV146.44126.06153.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 143 (56.25% from 255) = 31.50%
R=40.09%
G=28.41%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212914300.290.210.29344.1526.6360.98
HexB6818F01D151D1581b3d
Octal26620121703525355303375
Binary101101101000000110001111011101101011110110101100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6818F; }

 p { color: rgb(182,129,143); }

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

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

 a { background-color: rgb(182,129,143); }

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

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

 span { border-color: rgb(182,129,143); }

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