#B88290

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

Shades of Tapestry #B88290

Tints of Tapestry #B88290

Color information

#B88290 (or 0xB88290) is unknown color: approx Tapestry. HEX triplet: B8, 82 and 90. RGB value is (184,130,144). Sum of RGB (Red+Green+Blue) = 184+130+144=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B88290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88290 is #477D6F. Grayscale: #939393. Windows color (decimal): -4685168 or 9470648. OLE color: 9470648.

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

Color convert

RGB184130144-
CMYK00.290.220.28
HSL344.44º27.55%61.57%-
HSV(B)344.44º29.35%72.16%-
XYZ32.7828.1730.09-
YUV147.74125.89153.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 144 (56.64% from 255) = 31.44%
R=40.17%
G=28.38%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413014400.290.220.28344.4427.5561.57
HexB8829001D161C1581c3e
Octal27020222003526345303476
Binary101110001000001010010000011101101101110010101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88290; }

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

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

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

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

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

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

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

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