#B9828C

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

Shades of Tapestry #B9828C

Tints of Tapestry #B9828C

Color information

#B9828C (or 0xB9828C) is unknown color: approx Tapestry. HEX triplet: B9, 82 and 8C. RGB value is (185,130,140). Sum of RGB (Red+Green+Blue) = 185+130+140=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9828C is #467D73. Grayscale: #939393. Windows color (decimal): -4619636 or 9208505. OLE color: 9208505.

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

Color convert

RGB185130140-
CMYK00.300.240.27
HSL349.09º28.21%61.76%-
HSV(B)349.09º29.73%72.55%-
XYZ32.7228.1728.52-
YUV147.58123.72154.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=40.66%
G=28.57%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513014000.300.240.27349.0928.2161.76
HexB9828C01E181B15d1c3e
Octal27120221403630335353476
Binary101110011000001010001100011110110001101110101110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9828C; }

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

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

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

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

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

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

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

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