#B5828B

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

Shades of Tapestry #B5828B

Tints of Tapestry #B5828B

Color information

#B5828B (or 0xB5828B) is unknown color: approx Tapestry. HEX triplet: B5, 82 and 8B. RGB value is (181,130,139). Sum of RGB (Red+Green+Blue) = 181+130+139=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B5828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5828B is #4A7D74. Grayscale: #929292. Windows color (decimal): -4881781 or 9142965. OLE color: 9142965.

HSL color Cylindrical-coordinate representation of color #B5828B: hue angle of 349.41º degrees, saturation: 0.26, 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 #B5828B is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB181130139-
CMYK00.280.230.29
HSL349.41º25.63%60.98%-
HSV(B)349.41º28.18%70.98%-
XYZ31.727.6528.09-
YUV146.28123.9152.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 130 (51.17% from 255) = 28.89%
BLUE value IS 139 (54.69% from 255) = 30.89%
R=40.22%
G=28.89%
B=30.89%

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
Decimal18113013900.280.230.29349.4125.6360.98
HexB5828B01C171D15d1a3d
Octal26520221303427355353275
Binary101101011000001010001011011100101111110110101110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5828B; }

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

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

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

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

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

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

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

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