#B8808F

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

Shades of Tapestry #B8808F

Tints of Tapestry #B8808F

Color information

#B8808F (or 0xB8808F) is unknown color: approx Tapestry. HEX triplet: B8, 80 and 8F. RGB value is (184,128,143). Sum of RGB (Red+Green+Blue) = 184+128+143=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8808F is #477F70. Grayscale: #929292. Windows color (decimal): -4685681 or 9404600. OLE color: 9404600.

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

Color convert

RGB184128143-
CMYK00.300.220.28
HSL343.93º28.28%61.18%-
HSV(B)343.93º30.43%72.16%-
XYZ32.4427.6129.61-
YUV146.45126.05154.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=40.44%
G=28.13%
B=31.43%

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
Decimal18412814300.300.220.28343.9328.2861.18
HexB8808F01E161C1581c3d
Octal27020021703626345303475
Binary101110001000000010001111011110101101110010101100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8808F; }

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

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

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

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

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

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

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

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