#B38889

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

Shades of Tapestry #B38889

Tints of Tapestry #B38889

Color information

#B38889 (or 0xB38889) is unknown color: approx Tapestry. HEX triplet: B3, 88 and 89. RGB value is (179,136,137). Sum of RGB (Red+Green+Blue) = 179+136+137=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B38889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38889 is #4C7776. Grayscale: #959595. Windows color (decimal): -5011319 or 9013427. OLE color: 9013427.

HSL color Cylindrical-coordinate representation of color #B38889: hue angle of 358.6º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B38889 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB179136137-
CMYK00.240.230.30
HSL358.6º22.05%61.76%-
HSV(B)358.6º24.02%70.2%-
XYZ31.912927.58-
YUV148.97121.25149.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=39.60%
G=30.09%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913613700.240.230.30358.622.0561.76
HexB38889018171E167163e
Octal26321021103027365472676
Binary101100111000100010001001011000101111111010110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38889; }

 p { color: rgb(179,136,137); }

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

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

 a { background-color: rgb(179,136,137); }

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

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

 span { border-color: rgb(179,136,137); }

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