#B2828B

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

Shades of Tapestry #B2828B

Tints of Tapestry #B2828B

Color information

#B2828B (or 0xB2828B) is unknown color: approx Tapestry. HEX triplet: B2, 82 and 8B. RGB value is (178,130,139). Sum of RGB (Red+Green+Blue) = 178+130+139=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B2828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2828B is #4D7D74. Grayscale: #919191. Windows color (decimal): -5078389 or 9142962. OLE color: 9142962.

HSL color Cylindrical-coordinate representation of color #B2828B: hue angle of 348.75º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2828B is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB178130139-
CMYK00.270.220.30
HSL348.75º23.76%60.39%-
HSV(B)348.75º26.97%69.8%-
XYZ3127.2928.06-
YUV145.38124.4151.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=39.82%
G=29.08%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813013900.270.220.30348.7523.7660.39
HexB2828B01B161E15d183c
Octal26220221303326365353074
Binary101100101000001010001011011011101101111010101110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2828B; }

 p { color: rgb(178,130,139); }

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

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

 a { background-color: rgb(178,130,139); }

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

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

 span { border-color: rgb(178,130,139); }

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