#B5848A

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

Shades of Tapestry #B5848A

Tints of Tapestry #B5848A

Color information

#B5848A (or 0xB5848A) is unknown color: approx Tapestry. HEX triplet: B5, 84 and 8A. RGB value is (181,132,138). Sum of RGB (Red+Green+Blue) = 181+132+138=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5848A is #4A7B75. Grayscale: #939393. Windows color (decimal): -4881270 or 9077941. OLE color: 9077941.

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

Color convert

RGB181132138-
CMYK00.270.240.29
HSL352.65º24.87%61.37%-
HSV(B)352.65º27.07%70.98%-
XYZ31.8928.1627.8-
YUV147.34122.73152.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 132 (51.95% from 255) = 29.27%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=40.13%
G=29.27%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113213800.270.240.29352.6524.8761.37
HexB5848A01B181D161193d
Octal26520421203330355413175
Binary101101011000010010001010011011110001110110110000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5848A; }

 p { color: rgb(181,132,138); }

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

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

 a { background-color: rgb(181,132,138); }

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

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

 span { border-color: rgb(181,132,138); }

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