#B0828A

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

Shades of Tapestry #B0828A

Tints of Tapestry #B0828A

Color information

#B0828A (or 0xB0828A) is unknown color: approx Tapestry. HEX triplet: B0, 82 and 8A. RGB value is (176,130,138). Sum of RGB (Red+Green+Blue) = 176+130+138=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B0828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0828A is #4F7D75. Grayscale: #909090. Windows color (decimal): -5209462 or 9077424. OLE color: 9077424.

HSL color Cylindrical-coordinate representation of color #B0828A: hue angle of 349.57º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0828A is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB176130138-
CMYK00.260.220.31
HSL349.57º22.55%60%-
HSV(B)349.57º26.14%69.02%-
XYZ30.4727.0327.66-
YUV144.67124.24150.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=39.64%
G=29.28%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613013800.260.220.31349.5722.5560
HexB0828A01A161F15e173c
Octal26020221203226375362774
Binary101100001000001010001010011010101101111110101111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0828A; }

 p { color: rgb(176,130,138); }

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

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

 a { background-color: rgb(176,130,138); }

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

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

 span { border-color: rgb(176,130,138); }

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