#B58788

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

Shades of Tapestry #B58788

Tints of Tapestry #B58788

Color information

#B58788 (or 0xB58788) is unknown color: approx Tapestry. HEX triplet: B5, 87 and 88. RGB value is (181,135,136). Sum of RGB (Red+Green+Blue) = 181+135+136=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B58788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58788 is #4A7877. Grayscale: #949494. Windows color (decimal): -4880504 or 8947637. OLE color: 8947637.

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

Color convert

RGB181135136-
CMYK00.250.250.29
HSL358.7º23.71%61.96%-
HSV(B)358.7º25.41%70.98%-
XYZ32.1628.9327.18-
YUV148.87120.74150.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=40.04%
G=29.87%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113513600.250.250.29358.723.7161.96
HexB58788019191D167183e
Octal26520721003131355473076
Binary101101011000011110001000011001110011110110110011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58788; }

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

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

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

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

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

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

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

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