#B88289

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

Shades of Tapestry #B88289

Tints of Tapestry #B88289

Color information

#B88289 (or 0xB88289) is unknown color: approx Tapestry. HEX triplet: B8, 82 and 89. RGB value is (184,130,137). Sum of RGB (Red+Green+Blue) = 184+130+137=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B88289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88289 is #477D76. Grayscale: #929292. Windows color (decimal): -4685175 or 9011896. OLE color: 9011896.

HSL color Cylindrical-coordinate representation of color #B88289: hue angle of 352.22º degrees, saturation: 0.28, 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 #B88289 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB184130137-
CMYK00.290.260.28
HSL352.22º27.55%61.57%-
HSV(B)352.22º29.35%72.16%-
XYZ32.2727.9627.36-
YUV146.94122.39154.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 137 (53.91% from 255) = 30.38%
R=40.80%
G=28.82%
B=30.38%

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
Decimal18413013700.290.260.28352.2227.5561.57
HexB8828901D1A1C1601c3e
Octal27020221103532345403476
Binary101110001000001010001001011101110101110010110000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88289; }

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

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

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

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

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

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

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

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