#B88089

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

Shades of Tapestry #B88089

Tints of Tapestry #B88089

Color information

#B88089 (or 0xB88089) is unknown color: approx Tapestry. HEX triplet: B8, 80 and 89. RGB value is (184,128,137). Sum of RGB (Red+Green+Blue) = 184+128+137=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B88089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88089 is #477F76. Grayscale: #919191. Windows color (decimal): -4685687 or 9011384. OLE color: 9011384.

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

Color convert

RGB184128137-
CMYK00.300.260.28
HSL350.36º28.28%61.18%-
HSV(B)350.36º30.43%72.16%-
XYZ3227.4327.28-
YUV145.77123.05155.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.98%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 137 (53.91% from 255) = 30.51%
R=40.98%
G=28.51%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412813700.300.260.28350.3628.2861.18
HexB8808901E1A1C15e1c3d
Octal27020021103632345363475
Binary101110001000000010001001011110110101110010101111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88089; }

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

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

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

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

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

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

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

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