#B7828E

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

Shades of Tapestry #B7828E

Tints of Tapestry #B7828E

Color information

#B7828E (or 0xB7828E) is unknown color: approx Tapestry. HEX triplet: B7, 82 and 8E. RGB value is (183,130,142). Sum of RGB (Red+Green+Blue) = 183+130+142=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7828E is #487D71. Grayscale: #939393. Windows color (decimal): -4750706 or 9339575. OLE color: 9339575.

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

Color convert

RGB183130142-
CMYK00.290.220.28
HSL346.42º26.9%61.37%-
HSV(B)346.42º28.96%71.76%-
XYZ32.3927.9929.29-
YUV147.21125.06153.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=40.22%
G=28.57%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313014200.290.220.28346.4226.961.37
HexB7828E01D161C15a1b3d
Octal26720221603526345323375
Binary101101111000001010001110011101101101110010101101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7828E; }

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

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

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

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

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

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

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

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