#B68092

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

Shades of Tapestry #B68092

Tints of Tapestry #B68092

Color information

#B68092 (or 0xB68092) is unknown color: approx Tapestry. HEX triplet: B6, 80 and 92. RGB value is (182,128,146). Sum of RGB (Red+Green+Blue) = 182+128+146=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B68092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68092 is #497F6D. Grayscale: #929292. Windows color (decimal): -4816750 or 9601206. OLE color: 9601206.

HSL color Cylindrical-coordinate representation of color #B68092: hue angle of 340º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B68092 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB182128146-
CMYK00.300.200.29
HSL340º27%60.78%-
HSV(B)340º29.67%71.37%-
XYZ32.227.4630.8-
YUV146.2127.89153.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 146 (57.42% from 255) = 32.02%
R=39.91%
G=28.07%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212814600.300.200.293402760.78
HexB6809201E141D1541b3d
Octal26620022203624355243375
Binary101101101000000010010010011110101001110110101010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68092; }

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

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

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

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

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

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

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

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