#B9828E

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

Shades of Tapestry #B9828E

Tints of Tapestry #B9828E

Color information

#B9828E (or 0xB9828E) is unknown color: approx Tapestry. HEX triplet: B9, 82 and 8E. RGB value is (185,130,142). Sum of RGB (Red+Green+Blue) = 185+130+142=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9828E is #467D71. Grayscale: #939393. Windows color (decimal): -4619634 or 9339577. OLE color: 9339577.

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

Color convert

RGB185130142-
CMYK00.300.230.27
HSL346.91º28.21%61.76%-
HSV(B)346.91º29.73%72.55%-
XYZ32.8728.2329.31-
YUV147.81124.72154.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=40.48%
G=28.45%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513014200.300.230.27346.9128.2161.76
HexB9828E01E171B15b1c3e
Octal27120221603627335333476
Binary101110011000001010001110011110101111101110101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9828E; }

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

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

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

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

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

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

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

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