#B4828B

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

Shades of Tapestry #B4828B

Tints of Tapestry #B4828B

Color information

#B4828B (or 0xB4828B) is unknown color: approx Tapestry. HEX triplet: B4, 82 and 8B. RGB value is (180,130,139). Sum of RGB (Red+Green+Blue) = 180+130+139=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4828B is #4B7D74. Grayscale: #919191. Windows color (decimal): -4947317 or 9142964. OLE color: 9142964.

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

Color convert

RGB180130139-
CMYK00.280.230.29
HSL349.2º25%60.78%-
HSV(B)349.2º27.78%70.59%-
XYZ31.4727.5328.08-
YUV145.98124.06152.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=40.09%
G=28.95%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013013900.280.230.29349.22560.78
HexB4828B01C171D15d193d
Octal26420221303427355353175
Binary101101001000001010001011011100101111110110101110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4828B; }

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

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

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

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

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

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

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

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