#B88191

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

Shades of Tapestry #B88191

Tints of Tapestry #B88191

Color information

#B88191 (or 0xB88191) is unknown color: approx Tapestry. HEX triplet: B8, 81 and 91. RGB value is (184,129,145). Sum of RGB (Red+Green+Blue) = 184+129+145=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B88191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88191 is #477E6E. Grayscale: #939393. Windows color (decimal): -4685423 or 9535928. OLE color: 9535928.

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

Color convert

RGB184129145-
CMYK00.300.210.28
HSL342.55º27.92%61.37%-
HSV(B)342.55º29.89%72.16%-
XYZ32.7327.9430.46-
YUV147.27126.72154.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 145 (57.03% from 255) = 31.66%
R=40.17%
G=28.17%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412914500.300.210.28342.5527.9261.37
HexB8819101E151C1571c3d
Octal27020122103625345273475
Binary101110001000000110010001011110101011110010101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88191; }

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

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

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

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

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

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

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

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