#B7818E

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

Shades of Tapestry #B7818E

Tints of Tapestry #B7818E

Color information

#B7818E (or 0xB7818E) is unknown color: approx Tapestry. HEX triplet: B7, 81 and 8E. RGB value is (183,129,142). Sum of RGB (Red+Green+Blue) = 183+129+142=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B7818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7818E is #487E71. Grayscale: #929292. Windows color (decimal): -4750962 or 9339319. OLE color: 9339319.

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

Color convert

RGB183129142-
CMYK00.300.220.28
HSL345.56º27.27%61.18%-
HSV(B)345.56º29.51%71.76%-
XYZ32.2627.7229.24-
YUV146.63125.39153.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 142 (55.86% from 255) = 31.28%
R=40.31%
G=28.41%
B=31.28%

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
Decimal18312914200.300.220.28345.5627.2761.18
HexB7818E01E161C15a1b3d
Octal26720121603626345323375
Binary101101111000000110001110011110101101110010101101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7818E; }

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

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

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

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

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

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

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

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