#B7818F

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

Shades of Tapestry #B7818F

Tints of Tapestry #B7818F

Color information

#B7818F (or 0xB7818F) is unknown color: approx Tapestry. HEX triplet: B7, 81 and 8F. RGB value is (183,129,143). Sum of RGB (Red+Green+Blue) = 183+129+143=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7818F is #487E70. Grayscale: #929292. Windows color (decimal): -4750961 or 9404855. OLE color: 9404855.

HSL color Cylindrical-coordinate representation of color #B7818F: hue angle of 344.44º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7818F is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB183129143-
CMYK00.300.220.28
HSL344.44º27.27%61.18%-
HSV(B)344.44º29.51%71.76%-
XYZ32.3427.7529.64-
YUV146.74125.89153.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=40.22%
G=28.35%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312914300.300.220.28344.4427.2761.18
HexB7818F01E161C1581b3d
Octal26720121703626345303375
Binary101101111000000110001111011110101101110010101100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7818F; }

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

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

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

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

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

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

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

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