#B88092

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

Shades of Tapestry #B88092

Tints of Tapestry #B88092

Color information

#B88092 (or 0xB88092) is unknown color: approx Tapestry. HEX triplet: B8, 80 and 92. RGB value is (184,128,146). Sum of RGB (Red+Green+Blue) = 184+128+146=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B88092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88092 is #477F6D. Grayscale: #929292. Windows color (decimal): -4685678 or 9601208. OLE color: 9601208.

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

Color convert

RGB184128146-
CMYK00.300.210.28
HSL340.71º28.28%61.18%-
HSV(B)340.71º30.43%72.16%-
XYZ32.6727.730.82-
YUV146.8127.55154.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 146 (57.42% from 255) = 31.88%
R=40.17%
G=27.95%
B=31.88%

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
Decimal18412814600.300.210.28340.7128.2861.18
HexB8809201E151C1551c3d
Octal27020022203625345253475
Binary101110001000000010010010011110101011110010101010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88092; }

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

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

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

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

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

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

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

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