#B58689

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

Shades of Tapestry #B58689

Tints of Tapestry #B58689

Color information

#B58689 (or 0xB58689) is unknown color: approx Tapestry. HEX triplet: B5, 86 and 89. RGB value is (181,134,137). Sum of RGB (Red+Green+Blue) = 181+134+137=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B58689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58689 is #4A7976. Grayscale: #949494. Windows color (decimal): -4880759 or 9012917. OLE color: 9012917.

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

Color convert

RGB181134137-
CMYK00.260.240.29
HSL356.17º24.1%61.76%-
HSV(B)356.17º25.97%70.98%-
XYZ32.128.6827.51-
YUV148.39121.57151.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=40.04%
G=29.65%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113413700.260.240.29356.1724.161.76
HexB5868901A181D164183e
Octal26520621103230355443076
Binary101101011000011010001001011010110001110110110010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58689; }

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

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

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

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

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

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

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

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