#B5848C

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

Shades of Tapestry #B5848C

Tints of Tapestry #B5848C

Color information

#B5848C (or 0xB5848C) is unknown color: approx Tapestry. HEX triplet: B5, 84 and 8C. RGB value is (181,132,140). Sum of RGB (Red+Green+Blue) = 181+132+140=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5848C is #4A7B73. Grayscale: #939393. Windows color (decimal): -4881268 or 9209013. OLE color: 9209013.

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

Color convert

RGB181132140-
CMYK00.270.230.29
HSL350.2º24.87%61.37%-
HSV(B)350.2º27.07%70.98%-
XYZ32.0428.2228.57-
YUV147.56123.73151.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=39.96%
G=29.14%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113214000.270.230.29350.224.8761.37
HexB5848C01B171D15e193d
Octal26520421403327355363175
Binary101101011000010010001100011011101111110110101111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5848C; }

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

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

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

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

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

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

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

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