#B88190

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

Shades of Tapestry #B88190

Tints of Tapestry #B88190

Color information

#B88190 (or 0xB88190) is unknown color: approx Tapestry. HEX triplet: B8, 81 and 90. RGB value is (184,129,144). Sum of RGB (Red+Green+Blue) = 184+129+144=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B88190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88190 is #477E6F. Grayscale: #939393. Windows color (decimal): -4685424 or 9470392. OLE color: 9470392.

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

Color convert

RGB184129144-
CMYK00.300.220.28
HSL343.64º27.92%61.37%-
HSV(B)343.64º29.89%72.16%-
XYZ32.6527.930.05-
YUV147.16126.22154.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=40.26%
G=28.23%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412914400.300.220.28343.6427.9261.37
HexB8819001E161C1581c3d
Octal27020122003626345303475
Binary101110001000000110010000011110101101110010101100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88190; }

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

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

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

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

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

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

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

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