#B98092

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

Shades of Tapestry #B98092

Tints of Tapestry #B98092

Color information

#B98092 (or 0xB98092) is unknown color: approx Tapestry. HEX triplet: B9, 80 and 92. RGB value is (185,128,146). Sum of RGB (Red+Green+Blue) = 185+128+146=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B98092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98092 is #467F6D. Grayscale: #939393. Windows color (decimal): -4620142 or 9601209. OLE color: 9601209.

HSL color Cylindrical-coordinate representation of color #B98092: hue angle of 341.05º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B98092 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB185128146-
CMYK00.310.210.27
HSL341.05º28.93%61.37%-
HSV(B)341.05º30.81%72.55%-
XYZ32.9227.8330.83-
YUV147.1127.38155.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 146 (57.42% from 255) = 31.81%
R=40.31%
G=27.89%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512814600.310.210.27341.0528.9361.37
HexB9809201F151B1551d3d
Octal27120022203725335253575
Binary101110011000000010010010011111101011101110101010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98092; }

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

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

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

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

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

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

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

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