#B7818D

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

Shades of Tapestry #B7818D

Tints of Tapestry #B7818D

Color information

#B7818D (or 0xB7818D) is unknown color: approx Tapestry. HEX triplet: B7, 81 and 8D. RGB value is (183,129,141). Sum of RGB (Red+Green+Blue) = 183+129+141=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B7818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7818D is #487E72. Grayscale: #929292. Windows color (decimal): -4750963 or 9273783. OLE color: 9273783.

HSL color Cylindrical-coordinate representation of color #B7818D: hue angle of 346.67º 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 #B7818D is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB183129141-
CMYK00.300.230.28
HSL346.67º27.27%61.18%-
HSV(B)346.67º29.51%71.76%-
XYZ32.1927.6928.85-
YUV146.51124.89154.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 129 (50.78% from 255) = 28.48%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=40.40%
G=28.48%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312914100.300.230.28346.6727.2761.18
HexB7818D01E171C15b1b3d
Octal26720121503627345333375
Binary101101111000000110001101011110101111110010101101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7818D; }

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

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

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

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

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

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

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

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