#B8828E

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

Shades of Tapestry #B8828E

Tints of Tapestry #B8828E

Color information

#B8828E (or 0xB8828E) is unknown color: approx Tapestry. HEX triplet: B8, 82 and 8E. RGB value is (184,130,142). Sum of RGB (Red+Green+Blue) = 184+130+142=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B8828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8828E is #477D71. Grayscale: #939393. Windows color (decimal): -4685170 or 9339576. OLE color: 9339576.

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

Color convert

RGB184130142-
CMYK00.290.230.28
HSL346.67º27.55%61.57%-
HSV(B)346.67º29.35%72.16%-
XYZ32.6328.1129.3-
YUV147.51124.89154.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=40.35%
G=28.51%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413014200.290.230.28346.6727.5561.57
HexB8828E01D171C15b1c3e
Octal27020221603527345333476
Binary101110001000001010001110011101101111110010101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8828E; }

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

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

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

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

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

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

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

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