#B88389

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

Shades of Tapestry #B88389

Tints of Tapestry #B88389

Color information

#B88389 (or 0xB88389) is unknown color: approx Tapestry. HEX triplet: B8, 83 and 89. RGB value is (184,131,137). Sum of RGB (Red+Green+Blue) = 184+131+137=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B88389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88389 is #477C76. Grayscale: #939393. Windows color (decimal): -4684919 or 9012152. OLE color: 9012152.

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

Color convert

RGB184131137-
CMYK00.290.260.28
HSL353.21º27.18%61.76%-
HSV(B)353.21º28.8%72.16%-
XYZ32.428.2327.41-
YUV147.53122.06154.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 131 (51.56% from 255) = 28.98%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=40.71%
G=28.98%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413113700.290.260.28353.2127.1861.76
HexB8838901D1A1C1611b3e
Octal27020321103532345413376
Binary101110001000001110001001011101110101110010110000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88389; }

 p { color: rgb(184,131,137); }

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

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

 a { background-color: rgb(184,131,137); }

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

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

 span { border-color: rgb(184,131,137); }

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