#B58489

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

Shades of Tapestry #B58489

Tints of Tapestry #B58489

Color information

#B58489 (or 0xB58489) is unknown color: approx Tapestry. HEX triplet: B5, 84 and 89. RGB value is (181,132,137). Sum of RGB (Red+Green+Blue) = 181+132+137=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B58489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58489 is #4A7B76. Grayscale: #939393. Windows color (decimal): -4881271 or 9012405. OLE color: 9012405.

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

Color convert

RGB181132137-
CMYK00.270.240.29
HSL353.88º24.87%61.37%-
HSV(B)353.88º27.07%70.98%-
XYZ31.8228.1327.42-
YUV147.22122.23152.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 132 (51.95% from 255) = 29.33%
BLUE value IS 137 (53.91% from 255) = 30.44%
R=40.22%
G=29.33%
B=30.44%

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
Decimal18113213700.270.240.29353.8824.8761.37
HexB5848901B181D162193d
Octal26520421103330355423175
Binary101101011000010010001001011011110001110110110001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58489; }

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

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

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

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

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

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

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

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