#B58388

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

Shades of Tapestry #B58388

Tints of Tapestry #B58388

Color information

#B58388 (or 0xB58388) is unknown color: approx Tapestry. HEX triplet: B5, 83 and 88. RGB value is (181,131,136). Sum of RGB (Red+Green+Blue) = 181+131+136=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B58388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58388 is #4A7C77. Grayscale: #929292. Windows color (decimal): -4881528 or 8946613. OLE color: 8946613.

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

Color convert

RGB181131136-
CMYK00.280.250.29
HSL354º25.25%61.18%-
HSV(B)354º27.62%70.98%-
XYZ31.6227.8327-
YUV146.52122.07152.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 136 (53.52% from 255) = 30.36%
R=40.40%
G=29.24%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113113600.280.250.2935425.2561.18
HexB5838801C191D162193d
Octal26520321003431355423175
Binary101101011000001110001000011100110011110110110001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58388; }

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

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

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

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

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

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

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

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