#B58488

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

Shades of Tapestry #B58488

Tints of Tapestry #B58488

Color information

#B58488 (or 0xB58488) is unknown color: approx Tapestry. HEX triplet: B5, 84 and 88. RGB value is (181,132,136). Sum of RGB (Red+Green+Blue) = 181+132+136=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B58488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58488 is #4A7B77. Grayscale: #939393. Windows color (decimal): -4881272 or 8946869. OLE color: 8946869.

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

Color convert

RGB181132136-
CMYK00.270.250.29
HSL355.1º24.87%61.37%-
HSV(B)355.1º27.07%70.98%-
XYZ31.7528.127.04-
YUV147.11121.73152.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 136 (53.52% from 255) = 30.29%
R=40.31%
G=29.40%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113213600.270.250.29355.124.8761.37
HexB5848801B191D163193d
Octal26520421003331355433175
Binary101101011000010010001000011011110011110110110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58488; }

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

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

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

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

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

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

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

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