#B88090

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

Shades of Tapestry #B88090

Tints of Tapestry #B88090

Color information

#B88090 (or 0xB88090) is unknown color: approx Tapestry. HEX triplet: B8, 80 and 90. RGB value is (184,128,144). Sum of RGB (Red+Green+Blue) = 184+128+144=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B88090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88090 is #477F6F. Grayscale: #929292. Windows color (decimal): -4685680 or 9470136. OLE color: 9470136.

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

Color convert

RGB184128144-
CMYK00.300.220.28
HSL342.86º28.28%61.18%-
HSV(B)342.86º30.43%72.16%-
XYZ32.5227.6430.01-
YUV146.57126.55154.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 144 (56.64% from 255) = 31.58%
R=40.35%
G=28.07%
B=31.58%

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
Decimal18412814400.300.220.28342.8628.2861.18
HexB8809001E161C1571c3d
Octal27020022003626345273475
Binary101110001000000010010000011110101101110010101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88090; }

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

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

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

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

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

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

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

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